Html Css Color HEX #9FDA5D Conifer

📋 copy color: '#9FDA5D'

red 159 ◦ green 218 ◦ blue 93

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

Shades of Conifer #9FDA5D

Tints of Conifer #9FDA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.79%

R = 33.83%
G = 46.38%
B = 19.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#9FDA5D (or 0x9FDA5D) is known color: Conifer. HEX triplet: 9F, DA and 5D. RGB value is (159,218,93). Sum of RGB (Red+Green+Blue) = 159+218+93=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA5D is #6025A2. Grayscale: #BABABA. Windows color (decimal): -6301091 or 6150815. OLE color: 6150815.

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

Color convert

RGB 159 218 93 -
CMYK 0.27 0 0.57 0.15
HSL 88.32º 0.63% 0.61% -
HSV(B) 88.32º 0.57% 0.85% -
XYZ 41.35 58.3 19.43 -
YUV 186.11 75.45 108.66 -
System Red Green Blue C M Y K H S L
Decimal 159 218 93 0.27 0 0.57 0.15 88.32 0.63 0.61
Hex 9F DA 5D 1B 0 39 F 58 3F 3D
Octal 237 332 135 33 0 71 17 130 77 75
Binary 10011111 11011010 1011101 11011 0 111001 1111 1011000 111111 111101

Color Harmonies of #9FDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDA5D

Black with #9FDA5D

Text Example


Text Example

White with #9FDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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