#94C20E

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

Shades of Citrus #94C20E

Tints of Citrus #94C20E

Color information

#94C20E (or 0x94C20E) is unknown color: approx Citrus. HEX triplet: 94, C2 and 0E. RGB value is (148,194,14). Sum of RGB (Red+Green+Blue) = 148+194+14=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #94C20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C20E is #6B3DF1. Grayscale: #A0A0A0. Windows color (decimal): -7028210 or 967316. OLE color: 967316.

HSL color Cylindrical-coordinate representation of color #94C20E: hue angle of 75.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94C20E is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB14819414-
CMYK0.2400.930.24
HSL75.33º86.54%40.78%-
HSV(B)75.33º92.78%76.08%-
XYZ31.5844.917.42-
YUV159.7345.76119.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 194 (76.17% from 255) = 54.49%
BLUE value IS 14 (5.86% from 255) = 3.93%
R=41.57%
G=54.49%
B=3.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148194140.2400.930.2475.3386.5440.78
Hex94C2E1805D184b5729
Octal224302163001353011312751
Binary1001010011000010111011000010111011100010010111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C20E; }

 p { color: rgb(148,194,14); }

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

<style>
 a { background-color: #94C20E; }

 a { background-color: rgb(148,194,14); }

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

<style>
 span { border-color: #94C20E; }

 span { border-color: rgb(148,194,14); }

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