#9ac704

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

Shades of Citrus #9AC704

Tints of Citrus #9AC704

Color information

#9AC704 (or 0x9AC704) is unknown color: approx Citrus. HEX triplet: 9A, C7 and 04. RGB value is (154,199,4). Sum of RGB (Red+Green+Blue) = 154+199+4=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #9AC704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC704 is #6538FB. Grayscale: #A4A4A4. Windows color (decimal): -6633724 or 313242. OLE color: 313242.

HSL color Cylindrical-coordinate representation of color #9AC704: hue angle of 73.85º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AC704 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1541994-
CMYK0.2300.980.22
HSL73.85º96.06%39.8%-
HSV(B)73.85º97.99%78.04%-
XYZ33.7747.737.55-
YUV163.3138.09121.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.14%
GREEN value IS 199 (78.12% from 255) = 55.74%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=43.14%
G=55.74%
B=1.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15419940.2300.980.2273.8596.0639.8
Hex9AC7417062164a6028
Octal23230742701422611214050
Binary100110101100011110010111011000101011010010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ac704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ac704; }

 p { color: rgb(154,199,4); }

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

<style>
 a { background-color: #9ac704; }

 a { background-color: rgb(154,199,4); }

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

<style>
 span { border-color: #9ac704; }

 span { border-color: rgb(154,199,4); }

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