#9AC30E

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

Shades of Citrus #9AC30E

Tints of Citrus #9AC30E

Color information

#9AC30E (or 0x9AC30E) is unknown color: approx Citrus. HEX triplet: 9A, C3 and 0E. RGB value is (154,195,14). Sum of RGB (Red+Green+Blue) = 154+195+14=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC30E is #653CF1. Grayscale: #A2A2A2. Windows color (decimal): -6634738 or 967578. OLE color: 967578.

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

Color convert

RGB15419514-
CMYK0.2100.930.24
HSL73.59º86.6%40.98%-
HSV(B)73.59º92.82%76.47%-
XYZ32.9245.937.55-
YUV162.1144.42122.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 195 (76.56% from 255) = 53.72%
BLUE value IS 14 (5.86% from 255) = 3.86%
R=42.42%
G=53.72%
B=3.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal154195140.2100.930.2473.5986.640.98
Hex9AC3E1505D184a5729
Octal232303162501353011212751
Binary1001101011000011111010101010111011100010010101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,14); }

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

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

 a { background-color: rgb(154,195,14); }

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

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

 span { border-color: rgb(154,195,14); }

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