Html Css Color HEX #9FE164 Conifer

📋 copy color: '#9FE164'

red 159 ◦ green 225 ◦ blue 100

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

Shades of Conifer #9FE164

Tints of Conifer #9FE164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.66%

R = 32.85%
G = 46.49%
B = 20.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#9FE164 (or 0x9FE164) is known color: Conifer. HEX triplet: 9F, E1 and 64. RGB value is (159,225,100). Sum of RGB (Red+Green+Blue) = 159+225+100=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE164 is #601E9B. Grayscale: #BFBFBF. Windows color (decimal): -6299292 or 6611359. OLE color: 6611359.

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

Color convert

RGB 159 225 100 -
CMYK 0.29 0 0.56 0.12
HSL 91.68º 0.68% 0.64% -
HSV(B) 91.68º 0.56% 0.88% -
XYZ 43.52 62.14 21.76 -
YUV 191.02 76.63 105.16 -
System Red Green Blue C M Y K H S L
Decimal 159 225 100 0.29 0 0.56 0.12 91.68 0.68 0.64
Hex 9F E1 64 1D 0 38 C 5C 44 40
Octal 237 341 144 35 0 70 14 134 104 100
Binary 10011111 11100001 1100100 11101 0 111000 1100 1011100 1000100 1000000

Color Harmonies of #9FE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE164

Black with #9FE164

Text Example


Text Example

White with #9FE164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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