Html Css Color HEX #9FC24B Atlantis

📋 copy color: '#9FC24B'

red 159 ◦ green 194 ◦ blue 75

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

Shades of Atlantis #9FC24B

Tints of Atlantis #9FC24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.52%

R = 37.15%
G = 45.33%
B = 17.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#9FC24B (or 0x9FC24B) is known color: Atlantis. HEX triplet: 9F, C2 and 4B. RGB value is (159,194,75). Sum of RGB (Red+Green+Blue) = 159+194+75=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC24B is #603DB4. Grayscale: #AAAAAA. Windows color (decimal): -6307253 or 4965023. OLE color: 4965023.

HSL color Cylindrical-coordinate representation of color #9FC24B: hue angle of 77.65º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FC24B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 194 75 -
CMYK 0.18 0 0.61 0.24
HSL 77.65º 0.49% 0.53% -
HSV(B) 77.65º 0.61% 0.76% -
XYZ 34.86 46.46 13.79 -
YUV 169.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 159 194 75 0.18 0 0.61 0.24 77.65 0.49 0.53
Hex 9F C2 4B 12 0 3D 18 4E 31 35
Octal 237 302 113 22 0 75 30 116 61 65
Binary 10011111 11000010 1001011 10010 0 111101 11000 1001110 110001 110101

Color Harmonies of #9FC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC24B

Black with #9FC24B

Text Example


Text Example

White with #9FC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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