#94c902

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

Shades of Citrus #94C902

Tints of Citrus #94C902

Color information

#94C902 (or 0x94C902) is unknown color: approx Citrus. HEX triplet: 94, C9 and 02. RGB value is (148,201,2). Sum of RGB (Red+Green+Blue) = 148+201+2=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #94C902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C902 is #6B36FD. Grayscale: #A3A3A3. Windows color (decimal): -7026430 or 182676. OLE color: 182676.

HSL color Cylindrical-coordinate representation of color #94C902: hue angle of 75.98º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94C902 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB1482012-
CMYK0.2600.990.21
HSL75.98º98.03%39.8%-
HSV(B)75.98º99%78.82%-
XYZ33.1148.077.59-
YUV162.4737.44117.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 201 (78.91% from 255) = 57.26%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=42.17%
G=57.26%
B=0.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14820120.2600.990.2175.9898.0339.8
Hex94C921A063154c6228
Octal22431123201432511414250
Binary10010100110010011011010011000111010110011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94c902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,201,2); }

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

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

 a { background-color: rgb(148,201,2); }

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

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

 span { border-color: rgb(148,201,2); }

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