#94C00D

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

Shades of Citrus #94C00D

Tints of Citrus #94C00D

Color information

#94C00D (or 0x94C00D) is unknown color: approx Citrus. HEX triplet: 94, C0 and 0D. RGB value is (148,192,13). Sum of RGB (Red+Green+Blue) = 148+192+13=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #94C00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C00D is #6B3FF2. Grayscale: #9F9F9F. Windows color (decimal): -7028723 or 901268. OLE color: 901268.

HSL color Cylindrical-coordinate representation of color #94C00D: hue angle of 74.75º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94C00D is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB14819213-
CMYK0.2300.930.25
HSL74.75º87.32%40.2%-
HSV(B)74.75º93.23%75.29%-
XYZ31.1444.027.24-
YUV158.4445.92120.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 192 (75.39% from 255) = 54.39%
BLUE value IS 13 (5.47% from 255) = 3.68%
R=41.93%
G=54.39%
B=3.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148192130.2300.930.2574.7587.3240.2
Hex94C0D1705D194b5728
Octal224300152701353111312750
Binary1001010011000000110110111010111011100110010111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,192,13); }

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

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

 a { background-color: rgb(148,192,13); }

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

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

 span { border-color: rgb(148,192,13); }

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