#99CA41

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

Shades of Atlantis #99CA41

Tints of Atlantis #99CA41

Color information

#99CA41 (or 0x99CA41) is unknown color: approx Atlantis. HEX triplet: 99, CA and 41. RGB value is (153,202,65). Sum of RGB (Red+Green+Blue) = 153+202+65=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CA41 is #6635BE. Grayscale: #ACACAC. Windows color (decimal): -6698431 or 4311705. OLE color: 4311705.

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

Color convert

RGB15320265-
CMYK0.2400.680.21
HSL81.46º56.38%52.35%-
HSV(B)81.46º67.82%79.22%-
XYZ35.2149.412.68-
YUV171.7367.77114.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 65 (25.78% from 255) = 15.48%
R=36.43%
G=48.10%
B=15.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153202650.2400.680.2181.4656.3852.35
Hex99CA411804415513834
Octal231312101300104251217064
Binary100110011100101010000011100001000100101011010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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