Html Css Color HEX #99C24C Atlantis

📋 copy color: '#99C24C'

red 153 ◦ green 194 ◦ blue 76

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

Shades of Atlantis #99C24C

Tints of Atlantis #99C24C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 36.17%
G = 45.86%
B = 17.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#99C24C (or 0x99C24C) is known color: Atlantis. HEX triplet: 99, C2 and 4C. RGB value is (153,194,76). Sum of RGB (Red+Green+Blue) = 153+194+76=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #99C24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C24C is #663DB3. Grayscale: #A8A8A8. Windows color (decimal): -6700468 or 5030553. OLE color: 5030553.

HSL color Cylindrical-coordinate representation of color #99C24C: hue angle of 80.85º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99C24C is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 194 76 -
CMYK 0.21 0 0.61 0.24
HSL 80.85º 0.49% 0.53% -
HSV(B) 80.85º 0.61% 0.76% -
XYZ 33.73 45.88 13.91 -
YUV 168.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 153 194 76 0.21 0 0.61 0.24 80.85 0.49 0.53
Hex 99 C2 4C 15 0 3D 18 51 31 35
Octal 231 302 114 25 0 75 30 121 61 65
Binary 10011001 11000010 1001100 10101 0 111101 11000 1010001 110001 110101

Color Harmonies of #99C24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C24C

Black with #99C24C

Text Example


Text Example

White with #99C24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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