#99C03D

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

Shades of Atlantis #99C03D

Tints of Atlantis #99C03D

Color information

#99C03D (or 0x99C03D) is unknown color: approx Atlantis. HEX triplet: 99, C0 and 3D. RGB value is (153,192,61). Sum of RGB (Red+Green+Blue) = 153+192+61=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #99C03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C03D is #663FC2. Grayscale: #A5A5A5. Windows color (decimal): -6700995 or 4047001. OLE color: 4047001.

HSL color Cylindrical-coordinate representation of color #99C03D: hue angle of 77.86º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99C03D is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB15319261-
CMYK0.2000.680.25
HSL77.86º51.78%49.61%-
HSV(B)77.86º68.23%75.29%-
XYZ32.8344.8111.33-
YUV165.469.08119.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=37.68%
G=47.29%
B=15.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153192610.2000.680.2577.8651.7849.61
Hex99C03D14044194e3432
Octal23130075240104311166462
Binary10011001110000001111011010001000100110011001110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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