Html Css Color HEX #9EFA64 Conifer

📋 copy color: '#9EFA64'

red 158 ◦ green 250 ◦ blue 100

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

Shades of Conifer #9EFA64

Tints of Conifer #9EFA64

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

 BLUE value IS 100 (39.45% from 255) = 19.69%

R = 31.1%
G = 49.21%
B = 19.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#9EFA64 (or 0x9EFA64) is known color: Conifer. HEX triplet: 9E, FA and 64. RGB value is (158,250,100). Sum of RGB (Red+Green+Blue) = 158+250+100=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA64 is #61059B. Grayscale: #CDCDCD. Windows color (decimal): -6358428 or 6617758. OLE color: 6617758.

HSL color Cylindrical-coordinate representation of color #9EFA64: hue angle of 96.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EFA64 is Cyan = 0.37, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 250 100 -
CMYK 0.37 0 0.6 0.02
HSL 96.8º 0.94% 0.69% -
HSV(B) 96.8º 0.6% 0.98% -
XYZ 50.59 76.56 24.17 -
YUV 205.39 68.52 94.2 -
System Red Green Blue C M Y K H S L
Decimal 158 250 100 0.37 0 0.6 0.02 96.8 0.94 0.69
Hex 9E FA 64 25 0 3C 2 61 5E 45
Octal 236 372 144 45 0 74 2 141 136 105
Binary 10011110 11111010 1100100 100101 0 111100 10 1100001 1011110 1000101

Color Harmonies of #9EFA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFA64

Black with #9EFA64

Text Example


Text Example

White with #9EFA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,250,100); }

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

background-color css

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

 a { background-color: rgb(158,250,100); }

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

border-color css

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

 span { border-color: rgb(158,250,100); }

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