Html Css Color HEX #9FE952 Conifer

📋 copy color: '#9FE952'

red 159 ◦ green 233 ◦ blue 82

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

Shades of Conifer #9FE952

Tints of Conifer #9FE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.16%

 BLUE value IS 82 (32.42% from 255) = 17.3%

R = 33.54%
G = 49.16%
B = 17.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#9FE952 (or 0x9FE952) is known color: Conifer. HEX triplet: 9F, E9 and 52. RGB value is (159,233,82). Sum of RGB (Red+Green+Blue) = 159+233+82=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE952 is #6016AD. Grayscale: #C2C2C2. Windows color (decimal): -6297262 or 5433759. OLE color: 5433759.

HSL color Cylindrical-coordinate representation of color #9FE952: hue angle of 89.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FE952 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 233 82 -
CMYK 0.32 0 0.65 0.09
HSL 89.4º 0.77% 0.62% -
HSV(B) 89.4º 0.65% 0.91% -
XYZ 44.96 66.26 18.4 -
YUV 193.66 64.98 103.28 -
System Red Green Blue C M Y K H S L
Decimal 159 233 82 0.32 0 0.65 0.09 89.4 0.77 0.62
Hex 9F E9 52 20 0 41 9 59 4D 3E
Octal 237 351 122 40 0 101 11 131 115 76
Binary 10011111 11101001 1010010 100000 0 1000001 1001 1011001 1001101 111110

Color Harmonies of #9FE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE952

Black with #9FE952

Text Example


Text Example

White with #9FE952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,233,82); }

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

background-color css

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

 a { background-color: rgb(159,233,82); }

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

border-color css

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

 span { border-color: rgb(159,233,82); }

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