#94C606

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

Shades of Citrus #94C606

Tints of Citrus #94C606

Color information

#94C606 (or 0x94C606) is unknown color: approx Citrus. HEX triplet: 94, C6 and 06. RGB value is (148,198,6). Sum of RGB (Red+Green+Blue) = 148+198+6=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #94C606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C606 is #6B39F9. Grayscale: #A1A1A1. Windows color (decimal): -7027194 or 444052. OLE color: 444052.

HSL color Cylindrical-coordinate representation of color #94C606: hue angle of 75.62º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94C606 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1481986-
CMYK0.2500.970.22
HSL75.62º94.12%40%-
HSV(B)75.62º96.97%77.65%-
XYZ32.4446.77.48-
YUV161.1640.44118.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 198 (77.73% from 255) = 56.25%
BLUE value IS 6 (2.73% from 255) = 1.70%
R=42.05%
G=56.25%
B=1.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14819860.2500.970.2275.6294.1240
Hex94C6619061164c5e28
Octal22430663101412611413650
Binary100101001100011011011001011000011011010011001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,198,6); }

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

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

 a { background-color: rgb(148,198,6); }

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

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

 span { border-color: rgb(148,198,6); }

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