Html Css Color HEX #9EF065 Conifer

📋 copy color: '#9EF065'

red 158 ◦ green 240 ◦ blue 101

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

Shades of Conifer #9EF065

Tints of Conifer #9EF065

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.1%

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

R = 31.66%
G = 48.1%
B = 20.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#9EF065 (or 0x9EF065) is known color: Conifer. HEX triplet: 9E, F0 and 65. RGB value is (158,240,101). Sum of RGB (Red+Green+Blue) = 158+240+101=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF065 is #610F9A. Grayscale: #C8C8C8. Windows color (decimal): -6360987 or 6680734. OLE color: 6680734.

HSL color Cylindrical-coordinate representation of color #9EF065: hue angle of 95.4º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EF065 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 240 101 -
CMYK 0.34 0 0.58 0.06
HSL 95.4º 0.82% 0.67% -
HSV(B) 95.4º 0.58% 0.94% -
XYZ 47.61 70.53 23.42 -
YUV 199.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 158 240 101 0.34 0 0.58 0.06 95.4 0.82 0.67
Hex 9E F0 65 22 0 3A 6 5F 52 43
Octal 236 360 145 42 0 72 6 137 122 103
Binary 10011110 11110000 1100101 100010 0 111010 110 1011111 1010010 1000011

Color Harmonies of #9EF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF065

Black with #9EF065

Text Example


Text Example

White with #9EF065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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