Html Css Color HEX #9FE152 Conifer

📋 copy color: '#9FE152'

red 159 ◦ green 225 ◦ blue 82

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

Shades of Conifer #9FE152

Tints of Conifer #9FE152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

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

R = 34.12%
G = 48.28%
B = 17.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#9FE152 (or 0x9FE152) is known color: Conifer. HEX triplet: 9F, E1 and 52. RGB value is (159,225,82). Sum of RGB (Red+Green+Blue) = 159+225+82=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE152 is #601EAD. Grayscale: #BDBDBD. Windows color (decimal): -6299310 or 5431711. OLE color: 5431711.

HSL color Cylindrical-coordinate representation of color #9FE152: hue angle of 87.69º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FE152 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 82 -
CMYK 0.29 0 0.64 0.12
HSL 87.69º 0.7% 0.6% -
HSV(B) 87.69º 0.64% 0.88% -
XYZ 42.75 61.83 17.66 -
YUV 188.96 67.63 106.63 -
System Red Green Blue C M Y K H S L
Decimal 159 225 82 0.29 0 0.64 0.12 87.69 0.7 0.6
Hex 9F E1 52 1D 0 40 C 58 46 3C
Octal 237 341 122 35 0 100 14 130 106 74
Binary 10011111 11100001 1010010 11101 0 1000000 1100 1011000 1000110 111100

Color Harmonies of #9FE152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE152

Black with #9FE152

Text Example


Text Example

White with #9FE152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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