#9AC003

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

Shades of Citrus #9AC003

Tints of Citrus #9AC003

Color information

#9AC003 (or 0x9AC003) is unknown color: approx Citrus. HEX triplet: 9A, C0 and 03. RGB value is (154,192,3). Sum of RGB (Red+Green+Blue) = 154+192+3=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC003 is #653FFC. Grayscale: #9F9F9F. Windows color (decimal): -6635517 or 245914. OLE color: 245914.

HSL color Cylindrical-coordinate representation of color #9AC003: hue angle of 72.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AC003 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1541923-
CMYK0.2000.980.25
HSL72.06º96.92%38.24%-
HSV(B)72.06º98.44%75.29%-
XYZ32.1944.586.99-
YUV159.0939.91124.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.13%
GREEN value IS 192 (75.39% from 255) = 55.01%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=44.13%
G=55.01%
B=0.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15419230.2000.980.2572.0696.9238.24
Hex9AC031406219486126
Octal23230032401423111014146
Binary10011010110000001110100011000101100110010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,192,3); }

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

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

 a { background-color: rgb(154,192,3); }

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

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

 span { border-color: rgb(154,192,3); }

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