#96F362

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

Shades of Conifer #96F362

Tints of Conifer #96F362

Color information

#96F362 (or 0x96F362) is unknown color: approx Conifer. HEX triplet: 96, F3 and 62. RGB value is (150,243,98). Sum of RGB (Red+Green+Blue) = 150+243+98=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #96F362 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F362 is #690C9D. Grayscale: #C7C7C7. Windows color (decimal): -6884510 or 6484886. OLE color: 6484886.

HSL color Cylindrical-coordinate representation of color #96F362: hue angle of 98.48º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96F362 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB15024398-
CMYK0.3800.600.05
HSL98.48º85.8%66.86%-
HSV(B)98.48º59.67%95.29%-
XYZ46.8371.4722.88-
YUV198.6671.1993.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=30.55%
G=49.49%
B=19.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150243980.3800.600.0598.4885.866.86
Hex96F3622603C5625643
Octal226363142460745142126103
Binary100101101111001111000101001100111100101110001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,243,98); }

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

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

 a { background-color: rgb(150,243,98); }

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

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

 span { border-color: rgb(150,243,98); }

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