Html Css Color HEX #9FC24A Atlantis

📋 copy color: '#9FC24A'

red 159 ◦ green 194 ◦ blue 74

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

Shades of Atlantis #9FC24A

Tints of Atlantis #9FC24A

RGB

 RED value IS 159 (62.5% from 255) = 37.24%

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

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

R = 37.24%
G = 45.43%
B = 17.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#9FC24A (or 0x9FC24A) is known color: Atlantis. HEX triplet: 9F, C2 and 4A. RGB value is (159,194,74). Sum of RGB (Red+Green+Blue) = 159+194+74=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC24A is #603DB5. Grayscale: #AAAAAA. Windows color (decimal): -6307254 or 4899487. OLE color: 4899487.

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

Color convert

RGB 159 194 74 -
CMYK 0.18 0 0.62 0.24
HSL 77.5º 0.5% 0.53% -
HSV(B) 77.5º 0.62% 0.76% -
XYZ 34.83 46.45 13.61 -
YUV 169.86 73.9 120.26 -
System Red Green Blue C M Y K H S L
Decimal 159 194 74 0.18 0 0.62 0.24 77.5 0.5 0.53
Hex 9F C2 4A 12 0 3E 18 4E 32 35
Octal 237 302 112 22 0 76 30 116 62 65
Binary 10011111 11000010 1001010 10010 0 111110 11000 1001110 110010 110101

Color Harmonies of #9FC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC24A

Black with #9FC24A

Text Example


Text Example

White with #9FC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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