Html Css Color HEX #9FD932 Atlantis

📋 copy color: '#9FD932'

red 159 ◦ green 217 ◦ blue 50

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

Shades of Atlantis #9FD932

Tints of Atlantis #9FD932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.94%

 BLUE value IS 50 (19.92% from 255) = 11.74%

R = 37.32%
G = 50.94%
B = 11.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#9FD932 (or 0x9FD932) is known color: Atlantis. HEX triplet: 9F, D9 and 32. RGB value is (159,217,50). Sum of RGB (Red+Green+Blue) = 159+217+50=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD932 is #6026CD. Grayscale: #B5B5B5. Windows color (decimal): -6301390 or 3332511. OLE color: 3332511.

HSL color Cylindrical-coordinate representation of color #9FD932: hue angle of 80.84º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FD932 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 217 50 -
CMYK 0.27 0 0.77 0.15
HSL 80.84º 0.69% 0.52% -
HSV(B) 80.84º 0.77% 0.85% -
XYZ 39.69 57.23 11.97 -
YUV 180.62 54.28 112.58 -
System Red Green Blue C M Y K H S L
Decimal 159 217 50 0.27 0 0.77 0.15 80.84 0.69 0.52
Hex 9F D9 32 1B 0 4D F 51 45 34
Octal 237 331 62 33 0 115 17 121 105 64
Binary 10011111 11011001 110010 11011 0 1001101 1111 1010001 1000101 110100

Color Harmonies of #9FD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD932

Black with #9FD932

Text Example


Text Example

White with #9FD932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,217,50); }

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

background-color css

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

 a { background-color: rgb(159,217,50); }

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

border-color css

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

 span { border-color: rgb(159,217,50); }

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