Html Css Color HEX #99C24A Atlantis

📋 copy color: '#99C24A'

red 153 ◦ green 194 ◦ blue 74

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

Shades of Atlantis #99C24A

Tints of Atlantis #99C24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.58%

R = 36.34%
G = 46.08%
B = 17.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#99C24A (or 0x99C24A) is known color: Atlantis. HEX triplet: 99, C2 and 4A. RGB value is (153,194,74). Sum of RGB (Red+Green+Blue) = 153+194+74=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #99C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C24A is #663DB5. Grayscale: #A8A8A8. Windows color (decimal): -6700470 or 4899481. OLE color: 4899481.

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

Color convert

RGB 153 194 74 -
CMYK 0.21 0 0.62 0.24
HSL 80.5º 0.5% 0.53% -
HSV(B) 80.5º 0.62% 0.76% -
XYZ 33.66 45.85 13.55 -
YUV 168.06 74.92 117.26 -
System Red Green Blue C M Y K H S L
Decimal 153 194 74 0.21 0 0.62 0.24 80.5 0.5 0.53
Hex 99 C2 4A 15 0 3E 18 50 32 35
Octal 231 302 112 25 0 76 30 120 62 65
Binary 10011001 11000010 1001010 10101 0 111110 11000 1010000 110010 110101

Color Harmonies of #99C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C24A

Black with #99C24A

Text Example


Text Example

White with #99C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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