#96E556

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

Shades of Conifer #96E556

Tints of Conifer #96E556

Color information

#96E556 (or 0x96E556) is unknown color: approx Conifer. HEX triplet: 96, E5 and 56. RGB value is (150,229,86). Sum of RGB (Red+Green+Blue) = 150+229+86=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #96E556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E556 is #691AA9. Grayscale: #BDBDBD. Windows color (decimal): -6888106 or 5694870. OLE color: 5694870.

HSL color Cylindrical-coordinate representation of color #96E556: hue angle of 93.15º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96E556 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB15022986-
CMYK0.3400.620.10
HSL93.15º73.33%61.76%-
HSV(B)93.15º62.45%89.8%-
XYZ42.2863.1918.77-
YUV189.0869.83100.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 229 (89.84% from 255) = 49.25%
BLUE value IS 86 (33.98% from 255) = 18.49%
R=32.26%
G=49.25%
B=18.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal150229860.3400.620.1093.1573.3361.76
Hex96E5562203EA5d493e
Octal226345126420761213511176
Binary100101101110010110101101000100111110101010111011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,229,86); }

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

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

 a { background-color: rgb(150,229,86); }

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

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

 span { border-color: rgb(150,229,86); }

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