Html Css Color HEX #99C34A Atlantis

📋 copy color: '#99C34A'

red 153 ◦ green 195 ◦ blue 74

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

Shades of Atlantis #99C34A

Tints of Atlantis #99C34A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.21%

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

R = 36.26%
G = 46.21%
B = 17.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#99C34A (or 0x99C34A) is known color: Atlantis. HEX triplet: 99, C3 and 4A. RGB value is (153,195,74). Sum of RGB (Red+Green+Blue) = 153+195+74=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #99C34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C34A is #663CB5. Grayscale: #A9A9A9. Windows color (decimal): -6700214 or 4899737. OLE color: 4899737.

HSL color Cylindrical-coordinate representation of color #99C34A: hue angle of 80.83º 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 #99C34A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 195 74 -
CMYK 0.22 0 0.62 0.24
HSL 80.83º 0.5% 0.53% -
HSV(B) 80.83º 0.62% 0.76% -
XYZ 33.89 46.3 13.63 -
YUV 168.65 74.59 116.84 -
System Red Green Blue C M Y K H S L
Decimal 153 195 74 0.22 0 0.62 0.24 80.83 0.5 0.53
Hex 99 C3 4A 16 0 3E 18 51 32 35
Octal 231 303 112 26 0 76 30 121 62 65
Binary 10011001 11000011 1001010 10110 0 111110 11000 1010001 110010 110101

Color Harmonies of #99C34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C34A

Black with #99C34A

Text Example


Text Example

White with #99C34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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