Html Css Color HEX #9ED65F Conifer

📋 copy color: '#9ED65F'

red 158 ◦ green 214 ◦ blue 95

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

Shades of Conifer #9ED65F

Tints of Conifer #9ED65F

RGB

 RED value IS 158 (62.11% from 255) = 33.83%

 GREEN value IS 214 (83.98% from 255) = 45.82%

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 33.83%
G = 45.82%
B = 20.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#9ED65F (or 0x9ED65F) is known color: Conifer. HEX triplet: 9E, D6 and 5F. RGB value is (158,214,95). Sum of RGB (Red+Green+Blue) = 158+214+95=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED65F is #6129A0. Grayscale: #B8B8B8. Windows color (decimal): -6367649 or 6280862. OLE color: 6280862.

HSL color Cylindrical-coordinate representation of color #9ED65F: hue angle of 88.24º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ED65F is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 214 95 -
CMYK 0.26 0 0.56 0.16
HSL 88.24º 0.59% 0.61% -
HSV(B) 88.24º 0.56% 0.84% -
XYZ 40.21 56.19 19.55 -
YUV 183.69 77.95 109.68 -
System Red Green Blue C M Y K H S L
Decimal 158 214 95 0.26 0 0.56 0.16 88.24 0.59 0.61
Hex 9E D6 5F 1A 0 38 10 58 3B 3D
Octal 236 326 137 32 0 70 20 130 73 75
Binary 10011110 11010110 1011111 11010 0 111000 10000 1011000 111011 111101

Color Harmonies of #9ED65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED65F

Black with #9ED65F

Text Example


Text Example

White with #9ED65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,95); }

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

background-color css

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

 a { background-color: rgb(158,214,95); }

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

border-color css

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

 span { border-color: rgb(158,214,95); }

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