#9AC702

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

Shades of Citrus #9AC702

Tints of Citrus #9AC702

Color information

#9AC702 (or 0x9AC702) is unknown color: approx Citrus. HEX triplet: 9A, C7 and 02. RGB value is (154,199,2). Sum of RGB (Red+Green+Blue) = 154+199+2=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 199 (78.12% from 255 or 56.06% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 199 - color contains mainly: green. Hex color #9AC702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC702 is #6538FD. Grayscale: #A3A3A3. Windows color (decimal): -6633726 or 182170. OLE color: 182170.

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

Color convert

RGB1541992-
CMYK0.2300.990.22
HSL73.71º98.01%39.41%-
HSV(B)73.71º98.99%78.04%-
XYZ33.7647.727.49-
YUV163.0937.09121.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.38%
GREEN value IS 199 (78.12% from 255) = 56.06%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=43.38%
G=56.06%
B=0.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15419920.2300.990.2273.7198.0139.41
Hex9AC7217063164a6227
Octal23230722701432611214247
Binary10011010110001111010111011000111011010010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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