Html Css Color HEX #9FD35E Conifer

📋 copy color: '#9FD35E'

red 159 ◦ green 211 ◦ blue 94

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

Shades of Conifer #9FD35E

Tints of Conifer #9FD35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

 BLUE value IS 94 (37.11% from 255) = 20.26%

R = 34.27%
G = 45.47%
B = 20.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#9FD35E (or 0x9FD35E) is known color: Conifer. HEX triplet: 9F, D3 and 5E. RGB value is (159,211,94). Sum of RGB (Red+Green+Blue) = 159+211+94=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD35E is #602CA1. Grayscale: #B6B6B6. Windows color (decimal): -6302882 or 6214559. OLE color: 6214559.

HSL color Cylindrical-coordinate representation of color #9FD35E: hue angle of 86.67º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FD35E is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 211 94 -
CMYK 0.25 0 0.55 0.17
HSL 86.67º 0.57% 0.6% -
HSV(B) 86.67º 0.55% 0.83% -
XYZ 39.61 54.77 19.07 -
YUV 182.11 78.27 111.51 -
System Red Green Blue C M Y K H S L
Decimal 159 211 94 0.25 0 0.55 0.17 86.67 0.57 0.6
Hex 9F D3 5E 19 0 37 11 57 39 3C
Octal 237 323 136 31 0 67 21 127 71 74
Binary 10011111 11010011 1011110 11001 0 110111 10001 1010111 111001 111100

Color Harmonies of #9FD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD35E

Black with #9FD35E

Text Example


Text Example

White with #9FD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,211,94); }

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

background-color css

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

 a { background-color: rgb(159,211,94); }

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

border-color css

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

 span { border-color: rgb(159,211,94); }

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