Html Css Color HEX #9EFD60 Conifer

📋 copy color: '#9EFD60'

red 158 ◦ green 253 ◦ blue 96

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

Shades of Conifer #9EFD60

Tints of Conifer #9EFD60

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.9%

 BLUE value IS 96 (37.89% from 255) = 18.93%

R = 31.16%
G = 49.9%
B = 18.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#9EFD60 (or 0x9EFD60) is known color: Conifer. HEX triplet: 9E, FD and 60. RGB value is (158,253,96). Sum of RGB (Red+Green+Blue) = 158+253+96=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD60 is #61029F. Grayscale: #CFCFCF. Windows color (decimal): -6357664 or 6356382. OLE color: 6356382.

HSL color Cylindrical-coordinate representation of color #9EFD60: hue angle of 96.31º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EFD60 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 96 -
CMYK 0.38 0 0.62 0.01
HSL 96.31º 0.98% 0.68% -
HSV(B) 96.31º 0.62% 0.99% -
XYZ 51.34 78.36 23.49 -
YUV 206.7 65.53 93.27 -
System Red Green Blue C M Y K H S L
Decimal 158 253 96 0.38 0 0.62 0.01 96.31 0.98 0.68
Hex 9E FD 60 26 0 3E 1 60 62 44
Octal 236 375 140 46 0 76 1 140 142 104
Binary 10011110 11111101 1100000 100110 0 111110 1 1100000 1100010 1000100

Color Harmonies of #9EFD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFD60

Black with #9EFD60

Text Example


Text Example

White with #9EFD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,253,96); }

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

background-color css

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

 a { background-color: rgb(158,253,96); }

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

border-color css

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

 span { border-color: rgb(158,253,96); }

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