#99d34f

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

Shades of Atlantis #99D34F

Tints of Atlantis #99D34F

Color information

#99D34F (or 0x99D34F) is unknown color: approx Atlantis. HEX triplet: 99, D3 and 4F. RGB value is (153,211,79). Sum of RGB (Red+Green+Blue) = 153+211+79=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #99D34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D34F is #662CB0. Grayscale: #B3B3B3. Windows color (decimal): -6696113 or 5231513. OLE color: 5231513.

HSL color Cylindrical-coordinate representation of color #99D34F: hue angle of 86.36º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99D34F is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB15321179-
CMYK0.2700.630.17
HSL86.36º60%56.86%-
HSV(B)86.36º62.56%82.75%-
XYZ37.8453.9315.81-
YUV178.6171.78109.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 211 (82.81% from 255) = 47.63%
BLUE value IS 79 (31.25% from 255) = 17.83%
R=34.54%
G=47.63%
B=17.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal153211790.2700.630.1786.366056.86
Hex99D34F1B03F11563c39
Octal23132311733077211267471
Binary10011001110100111001111110110111111100011010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99d34f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,211,79); }

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

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

 a { background-color: rgb(153,211,79); }

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

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

 span { border-color: rgb(153,211,79); }

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