Html Css Color HEX #99C252 Atlantis

📋 copy color: '#99C252'

red 153 ◦ green 194 ◦ blue 82

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

Shades of Atlantis #99C252

Tints of Atlantis #99C252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 35.66%
G = 45.22%
B = 19.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#99C252 (or 0x99C252) is known color: Atlantis. HEX triplet: 99, C2 and 52. RGB value is (153,194,82). Sum of RGB (Red+Green+Blue) = 153+194+82=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #99C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C252 is #663DAD. Grayscale: #A9A9A9. Windows color (decimal): -6700462 or 5423769. OLE color: 5423769.

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

Color convert

RGB 153 194 82 -
CMYK 0.21 0 0.58 0.24
HSL 81.96º 0.48% 0.54% -
HSV(B) 81.96º 0.58% 0.76% -
XYZ 33.95 45.97 15.07 -
YUV 168.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 153 194 82 0.21 0 0.58 0.24 81.96 0.48 0.54
Hex 99 C2 52 15 0 3A 18 52 30 36
Octal 231 302 122 25 0 72 30 122 60 66
Binary 10011001 11000010 1010010 10101 0 111010 11000 1010010 110000 110110

Color Harmonies of #99C252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C252

Black with #99C252

Text Example


Text Example

White with #99C252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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