Html Css Color HEX #9EE065 Conifer

📋 copy color: '#9EE065'

red 158 ◦ green 224 ◦ blue 101

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

Shades of Conifer #9EE065

Tints of Conifer #9EE065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.38%

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 32.71%
G = 46.38%
B = 20.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#9EE065 (or 0x9EE065) is known color: Conifer. HEX triplet: 9E, E0 and 65. RGB value is (158,224,101). Sum of RGB (Red+Green+Blue) = 158+224+101=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE065 is #611F9A. Grayscale: #BEBEBE. Windows color (decimal): -6365083 or 6676638. OLE color: 6676638.

HSL color Cylindrical-coordinate representation of color #9EE065: hue angle of 92.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EE065 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 101 -
CMYK 0.29 0 0.55 0.12
HSL 92.2º 0.66% 0.64% -
HSV(B) 92.2º 0.55% 0.88% -
XYZ 43.11 61.52 21.91 -
YUV 190.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 158 224 101 0.29 0 0.55 0.12 92.2 0.66 0.64
Hex 9E E0 65 1D 0 37 C 5C 42 40
Octal 236 340 145 35 0 67 14 134 102 100
Binary 10011110 11100000 1100101 11101 0 110111 1100 1011100 1000010 1000000

Color Harmonies of #9EE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE065

Black with #9EE065

Text Example


Text Example

White with #9EE065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,224,101); }

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

background-color css

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

 a { background-color: rgb(158,224,101); }

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

border-color css

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

 span { border-color: rgb(158,224,101); }

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