Html Css Color HEX #99C040 Atlantis

📋 copy color: '#99C040'

red 153 ◦ green 192 ◦ blue 64

#99C040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #99C040

Tints of Atlantis #99C040

RGB

 RED value IS 153 (60.16% from 255) = 37.41%

 GREEN value IS 192 (75.39% from 255) = 46.94%

 BLUE value IS 64 (25.39% from 255) = 15.65%

R = 37.41%
G = 46.94%
B = 15.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#99C040 (or 0x99C040) is known color: Atlantis. HEX triplet: 99, C0 and 40. RGB value is (153,192,64). Sum of RGB (Red+Green+Blue) = 153+192+64=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #99C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C040 is #663FBF. Grayscale: #A6A6A6. Windows color (decimal): -6700992 or 4243609. OLE color: 4243609.

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

Color convert

RGB 153 192 64 -
CMYK 0.20 0 0.67 0.25
HSL 78.28º 0.5% 0.5% -
HSV(B) 78.28º 0.67% 0.75% -
XYZ 32.91 44.84 11.77 -
YUV 165.75 70.58 118.91 -
System Red Green Blue C M Y K H S L
Decimal 153 192 64 0.20 0 0.67 0.25 78.28 0.5 0.5
Hex 99 C0 40 14 0 43 19 4E 32 32
Octal 231 300 100 24 0 103 31 116 62 62
Binary 10011001 11000000 1000000 10100 0 1000011 11001 1001110 110010 110010

Color Harmonies of #99C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C040

Black with #99C040

Text Example


Text Example

White with #99C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99C040;
 }
 .AnyTagClassName
 {
   color: #99C040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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