#96F458

Color #96F458 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #96F458

Tints of Conifer #96F458

Color information

#96F458 (or 0x96F458) is unknown color: approx Conifer. HEX triplet: 96, F4 and 58. RGB value is (150,244,88). Sum of RGB (Red+Green+Blue) = 150+244+88=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #96F458 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F458 is #690BA7. Grayscale: #C6C6C6. Windows color (decimal): -6884264 or 5829782. OLE color: 5829782.

HSL color Cylindrical-coordinate representation of color #96F458: hue angle of 96.15º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96F458 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB15024488-
CMYK0.3900.640.04
HSL96.15º87.64%65.1%-
HSV(B)96.15º63.93%95.69%-
XYZ46.6971.8920.65-
YUV198.1165.8693.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 244 (95.70% from 255) = 50.62%
BLUE value IS 88 (34.77% from 255) = 18.26%
R=31.12%
G=50.62%
B=18.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150244880.3900.640.0496.1587.6465.1
Hex96F458270404605841
Octal2263641304701004140130101
Binary1001011011110100101100010011101000000100110000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F458; }

 p { color: rgb(150,244,88); }

 H1.HeaderClassName
 {
   color: #96F458;
 }
 .AnyTagClassName
 {
   color: #96F458;
 }
</style>
background-color css

<style>
 a { background-color: #96F458; }

 a { background-color: rgb(150,244,88); }

 div.DivClassName
 {
   background-color: #96F458;
 }
 .BgClassName
 {
   background-color: #96F458;
 }
</style>
border-color css

<style>
 span { border-color: #96F458; }

 span { border-color: rgb(150,244,88); }

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