#99D64C

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

Shades of Atlantis #99D64C

Tints of Atlantis #99D64C

Color information

#99D64C (or 0x99D64C) is unknown color: approx Atlantis. HEX triplet: 99, D6 and 4C. RGB value is (153,214,76). Sum of RGB (Red+Green+Blue) = 153+214+76=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #99D64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D64C is #6629B3. Grayscale: #B4B4B4. Windows color (decimal): -6695348 or 5035673. OLE color: 5035673.

HSL color Cylindrical-coordinate representation of color #99D64C: hue angle of 86.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99D64C is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB15321476-
CMYK0.2900.640.16
HSL86.52º62.73%56.86%-
HSV(B)86.52º64.49%83.92%-
XYZ38.4955.3915.5-
YUV180.0369.29108.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 214 (83.98% from 255) = 48.31%
BLUE value IS 76 (30.08% from 255) = 17.16%
R=34.54%
G=48.31%
B=17.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153214760.2900.640.1686.5262.7356.86
Hex99D64C1D04010573f39
Octal231326114350100201277771
Binary100110011101011010011001110101000000100001010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,214,76); }

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

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

 a { background-color: rgb(153,214,76); }

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

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

 span { border-color: rgb(153,214,76); }

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