Html Css Color HEX #9FED5D Conifer

📋 copy color: '#9FED5D'

red 159 ◦ green 237 ◦ blue 93

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

Shades of Conifer #9FED5D

Tints of Conifer #9FED5D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.47%

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

R = 32.52%
G = 48.47%
B = 19.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#9FED5D (or 0x9FED5D) is known color: Conifer. HEX triplet: 9F, ED and 5D. RGB value is (159,237,93). Sum of RGB (Red+Green+Blue) = 159+237+93=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FED5D is #6012A2. Grayscale: #C5C5C5. Windows color (decimal): -6296227 or 6155679. OLE color: 6155679.

HSL color Cylindrical-coordinate representation of color #9FED5D: hue angle of 92.5º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FED5D is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 93 -
CMYK 0.33 0 0.61 0.07
HSL 92.5º 0.8% 0.65% -
HSV(B) 92.5º 0.61% 0.93% -
XYZ 46.56 68.73 21.17 -
YUV 197.26 69.16 100.71 -
System Red Green Blue C M Y K H S L
Decimal 159 237 93 0.33 0 0.61 0.07 92.5 0.8 0.65
Hex 9F ED 5D 21 0 3D 7 5C 50 41
Octal 237 355 135 41 0 75 7 134 120 101
Binary 10011111 11101101 1011101 100001 0 111101 111 1011100 1010000 1000001

Color Harmonies of #9FED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FED5D

Black with #9FED5D

Text Example


Text Example

White with #9FED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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