#94C509

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

Shades of Citrus #94C509

Tints of Citrus #94C509

Color information

#94C509 (or 0x94C509) is unknown color: approx Citrus. HEX triplet: 94, C5 and 09. RGB value is (148,197,9). Sum of RGB (Red+Green+Blue) = 148+197+9=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #94C509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C509 is #6B3AF6. Grayscale: #A1A1A1. Windows color (decimal): -7027447 or 640404. OLE color: 640404.

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

Color convert

RGB1481979-
CMYK0.2500.950.23
HSL75.64º91.26%40.39%-
HSV(B)75.64º95.43%77.25%-
XYZ32.2346.257.49-
YUV160.9242.27118.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 197 (77.34% from 255) = 55.65%
BLUE value IS 9 (3.91% from 255) = 2.54%
R=41.81%
G=55.65%
B=2.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal14819790.2500.950.2375.6491.2640.39
Hex94C591905F174c5b28
Octal224305113101372711413350
Binary1001010011000101100111001010111111011110011001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,197,9); }

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

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

 a { background-color: rgb(148,197,9); }

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

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

 span { border-color: rgb(148,197,9); }

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