Html Css Color HEX #9FDA5B Conifer

📋 copy color: '#9FDA5B'

red 159 ◦ green 218 ◦ blue 91

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

Shades of Conifer #9FDA5B

Tints of Conifer #9FDA5B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.58%

 BLUE value IS 91 (35.94% from 255) = 19.44%

R = 33.97%
G = 46.58%
B = 19.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#9FDA5B (or 0x9FDA5B) is known color: Conifer. HEX triplet: 9F, DA and 5B. RGB value is (159,218,91). Sum of RGB (Red+Green+Blue) = 159+218+91=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA5B is #6025A4. Grayscale: #BABABA. Windows color (decimal): -6301093 or 6019743. OLE color: 6019743.

HSL color Cylindrical-coordinate representation of color #9FDA5B: hue angle of 87.87º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FDA5B is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 218 91 -
CMYK 0.27 0 0.58 0.15
HSL 87.87º 0.63% 0.61% -
HSV(B) 87.87º 0.58% 0.85% -
XYZ 41.26 58.27 18.97 -
YUV 185.88 74.45 108.83 -
System Red Green Blue C M Y K H S L
Decimal 159 218 91 0.27 0 0.58 0.15 87.87 0.63 0.61
Hex 9F DA 5B 1B 0 3A F 58 3F 3D
Octal 237 332 133 33 0 72 17 130 77 75
Binary 10011111 11011010 1011011 11011 0 111010 1111 1011000 111111 111101

Color Harmonies of #9FDA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDA5B

Black with #9FDA5B

Text Example


Text Example

White with #9FDA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,218,91); }

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

background-color css

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

 a { background-color: rgb(159,218,91); }

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

border-color css

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

 span { border-color: rgb(159,218,91); }

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