#96C114

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

Shades of Citrus #96C114

Tints of Citrus #96C114

Color information

#96C114 (or 0x96C114) is unknown color: approx Citrus. HEX triplet: 96, C1 and 14. RGB value is (150,193,20). Sum of RGB (Red+Green+Blue) = 150+193+20=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #96C114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C114 is #693EEB. Grayscale: #A1A1A1. Windows color (decimal): -6897388 or 1360278. OLE color: 1360278.

HSL color Cylindrical-coordinate representation of color #96C114: hue angle of 74.91º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96C114 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB15019320-
CMYK0.2200.900.24
HSL74.91º81.22%41.76%-
HSV(B)74.91º89.64%75.69%-
XYZ31.7744.677.61-
YUV160.4248.75120.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 193 (75.78% from 255) = 53.17%
BLUE value IS 20 (8.20% from 255) = 5.51%
R=41.32%
G=53.17%
B=5.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150193200.2200.900.2474.9181.2241.76
Hex96C1141605A184b512a
Octal226301242601323011312152
Binary10010110110000011010010110010110101100010010111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,20); }

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

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

 a { background-color: rgb(150,193,20); }

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

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

 span { border-color: rgb(150,193,20); }

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