Html Css Color HEX #9FE95C Conifer

📋 copy color: '#9FE95C'

red 159 ◦ green 233 ◦ blue 92

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

Shades of Conifer #9FE95C

Tints of Conifer #9FE95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.01%

R = 32.85%
G = 48.14%
B = 19.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#9FE95C (or 0x9FE95C) is known color: Conifer. HEX triplet: 9F, E9 and 5C. RGB value is (159,233,92). Sum of RGB (Red+Green+Blue) = 159+233+92=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE95C is #6016A3. Grayscale: #C3C3C3. Windows color (decimal): -6297252 or 6089119. OLE color: 6089119.

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

Color convert

RGB 159 233 92 -
CMYK 0.32 0 0.61 0.09
HSL 91.49º 0.76% 0.64% -
HSV(B) 91.49º 0.61% 0.91% -
XYZ 45.37 66.42 20.55 -
YUV 194.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 159 233 92 0.32 0 0.61 0.09 91.49 0.76 0.64
Hex 9F E9 5C 20 0 3D 9 5B 4C 40
Octal 237 351 134 40 0 75 11 133 114 100
Binary 10011111 11101001 1011100 100000 0 111101 1001 1011011 1001100 1000000

Color Harmonies of #9FE95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE95C

Black with #9FE95C

Text Example


Text Example

White with #9FE95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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