Html Css Color HEX #9DC24A Atlantis

📋 copy color: '#9DC24A'

red 157 ◦ green 194 ◦ blue 74

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

Shades of Atlantis #9DC24A

Tints of Atlantis #9DC24A

RGB

 RED value IS 157 (61.72% from 255) = 36.94%

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

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

R = 36.94%
G = 45.65%
B = 17.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#9DC24A (or 0x9DC24A) is known color: Atlantis. HEX triplet: 9D, C2 and 4A. RGB value is (157,194,74). Sum of RGB (Red+Green+Blue) = 157+194+74=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC24A is #623DB5. Grayscale: #A9A9A9. Windows color (decimal): -6438326 or 4899485. OLE color: 4899485.

HSL color Cylindrical-coordinate representation of color #9DC24A: hue angle of 78.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 #9DC24A is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 194 74 -
CMYK 0.19 0 0.62 0.24
HSL 78.5º 0.5% 0.53% -
HSV(B) 78.5º 0.62% 0.76% -
XYZ 34.43 46.25 13.59 -
YUV 169.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 157 194 74 0.19 0 0.62 0.24 78.5 0.5 0.53
Hex 9D C2 4A 13 0 3E 18 4E 32 35
Octal 235 302 112 23 0 76 30 116 62 65
Binary 10011101 11000010 1001010 10011 0 111110 11000 1001110 110010 110101

Color Harmonies of #9DC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC24A

Black with #9DC24A

Text Example


Text Example

White with #9DC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC24A; }

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

 H1.HeaderClassName
 {
   color: #9DC24A;
 }
 .AnyTagClassName
 {
   color: #9DC24A;
 }
</style>

background-color css

<style>
 a { background-color: #9DC24A; }

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

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

border-color css

<style>
 span { border-color: #9DC24A; }

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

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