#99CA3D

Color #99CA3D Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #99CA3D

Tints of Atlantis #99CA3D

Color information

#99CA3D (or 0x99CA3D) is unknown color: approx Atlantis. HEX triplet: 99, CA and 3D. RGB value is (153,202,61). Sum of RGB (Red+Green+Blue) = 153+202+61=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CA3D is #6635C2. Grayscale: #ABABAB. Windows color (decimal): -6698435 or 4049561. OLE color: 4049561.

HSL color Cylindrical-coordinate representation of color #99CA3D: hue angle of 80.85º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99CA3D is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB15320261-
CMYK0.2400.700.21
HSL80.85º57.09%51.57%-
HSV(B)80.85º69.8%79.22%-
XYZ35.149.3512.09-
YUV171.2865.77114.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 61 (24.22% from 255) = 14.66%
R=36.78%
G=48.56%
B=14.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153202610.2400.700.2180.8557.0951.57
Hex99CA3D1804615513934
Octal23131275300106251217164
Binary10011001110010101111011100001000110101011010001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CA3D; }

 p { color: rgb(153,202,61); }

 H1.HeaderClassName
 {
   color: #99CA3D;
 }
 .AnyTagClassName
 {
   color: #99CA3D;
 }
</style>
background-color css

<style>
 a { background-color: #99CA3D; }

 a { background-color: rgb(153,202,61); }

 div.DivClassName
 {
   background-color: #99CA3D;
 }
 .BgClassName
 {
   background-color: #99CA3D;
 }
</style>
border-color css

<style>
 span { border-color: #99CA3D; }

 span { border-color: rgb(153,202,61); }

 td.TdClassName
 {
   border-color: #99CA3D;
 }
 .TagClassName
 {
   border-color: #99CA3D;
 }
</style>