#8AB003

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

Shades of Citrus #8AB003

Tints of Citrus #8AB003

Color information

#8AB003 (or 0x8AB003) is unknown color: approx Citrus. HEX triplet: 8A, B0 and 03. RGB value is (138,176,3). Sum of RGB (Red+Green+Blue) = 138+176+3=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB003 is #754FFC. Grayscale: #919191. Windows color (decimal): -7688189 or 241802. OLE color: 241802.

HSL color Cylindrical-coordinate representation of color #8AB003: hue angle of 73.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AB003 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1381763-
CMYK0.2200.980.31
HSL73.18º96.65%35.1%-
HSV(B)73.18º98.3%69.02%-
XYZ26.0236.465.75-
YUV144.9247.91123.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 176 (69.14% from 255) = 55.52%
BLUE value IS 3 (1.56% from 255) = 0.95%
R=43.53%
G=55.52%
B=0.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13817630.2200.980.3173.1896.6535.1
Hex8AB03160621F496123
Octal21226032601423711114143
Binary10001010101100001110110011000101111110010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB003; }

 p { color: rgb(138,176,3); }

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

<style>
 a { background-color: #8AB003; }

 a { background-color: rgb(138,176,3); }

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

<style>
 span { border-color: #8AB003; }

 span { border-color: rgb(138,176,3); }

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