#9AC202

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

Shades of Citrus #9AC202

Tints of Citrus #9AC202

Color information

#9AC202 (or 0x9AC202) is unknown color: approx Citrus. HEX triplet: 9A, C2 and 02. RGB value is (154,194,2). Sum of RGB (Red+Green+Blue) = 154+194+2=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC202 is #653DFD. Grayscale: #A0A0A0. Windows color (decimal): -6635006 or 180890. OLE color: 180890.

HSL color Cylindrical-coordinate representation of color #9AC202: hue angle of 72.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AC202 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1541942-
CMYK0.2100.990.24
HSL72.5º97.96%38.43%-
HSV(B)72.5º98.97%76.08%-
XYZ32.6345.467.11-
YUV160.1538.75123.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 194 (76.17% from 255) = 55.43%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=44%
G=55.43%
B=0.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15419420.2100.990.2472.597.9638.43
Hex9AC221506318486226
Octal23230222501433011014246
Binary10011010110000101010101011000111100010010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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