#99C642

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

Shades of Atlantis #99C642

Tints of Atlantis #99C642

Color information

#99C642 (or 0x99C642) is unknown color: approx Atlantis. HEX triplet: 99, C6 and 42. RGB value is (153,198,66). Sum of RGB (Red+Green+Blue) = 153+198+66=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #99C642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C642 is #6639BD. Grayscale: #A9A9A9. Windows color (decimal): -6699454 or 4376217. OLE color: 4376217.

HSL color Cylindrical-coordinate representation of color #99C642: hue angle of 80.45º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99C642 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB15319866-
CMYK0.2300.670.22
HSL80.45º53.66%51.76%-
HSV(B)80.45º66.67%77.65%-
XYZ34.3147.5512.52-
YUV169.569.59116.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 66 (26.17% from 255) = 15.83%
R=36.69%
G=47.48%
B=15.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153198660.2300.670.2280.4553.6651.76
Hex99C6421704316503634
Octal231306102270103261206664
Binary100110011100011010000101011101000011101101010000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,198,66); }

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

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

 a { background-color: rgb(153,198,66); }

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

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

 span { border-color: rgb(153,198,66); }

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