Html Css Color HEX #9FE166 Conifer

📋 copy color: '#9FE166'

red 159 ◦ green 225 ◦ blue 102

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

Shades of Conifer #9FE166

Tints of Conifer #9FE166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.99%

R = 32.72%
G = 46.3%
B = 20.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#9FE166 (or 0x9FE166) is known color: Conifer. HEX triplet: 9F, E1 and 66. RGB value is (159,225,102). Sum of RGB (Red+Green+Blue) = 159+225+102=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE166 is #601E99. Grayscale: #BFBFBF. Windows color (decimal): -6299290 or 6742431. OLE color: 6742431.

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

Color convert

RGB 159 225 102 -
CMYK 0.29 0 0.55 0.12
HSL 92.2º 0.67% 0.64% -
HSV(B) 92.2º 0.55% 0.88% -
XYZ 43.62 62.18 22.27 -
YUV 191.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 159 225 102 0.29 0 0.55 0.12 92.2 0.67 0.64
Hex 9F E1 66 1D 0 37 C 5C 43 40
Octal 237 341 146 35 0 67 14 134 103 100
Binary 10011111 11100001 1100110 11101 0 110111 1100 1011100 1000011 1000000

Color Harmonies of #9FE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE166

Black with #9FE166

Text Example


Text Example

White with #9FE166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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