#8AB805

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

Shades of Citrus #8AB805

Tints of Citrus #8AB805

Color information

#8AB805 (or 0x8AB805) is unknown color: approx Citrus. HEX triplet: 8A, B8 and 05. RGB value is (138,184,5). Sum of RGB (Red+Green+Blue) = 138+184+5=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB805 is #7547FA. Grayscale: #969696. Windows color (decimal): -7686139 or 374922. OLE color: 374922.

HSL color Cylindrical-coordinate representation of color #8AB805: hue angle of 75.42º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AB805 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1381845-
CMYK0.2500.970.28
HSL75.42º94.71%37.06%-
HSV(B)75.42º97.28%72.16%-
XYZ27.6539.76.35-
YUV149.8446.26119.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 184 (72.27% from 255) = 56.27%
BLUE value IS 5 (2.34% from 255) = 1.53%
R=42.20%
G=56.27%
B=1.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13818450.2500.970.2875.4294.7137.06
Hex8AB85190611C4b5f25
Octal21227053101413411313745
Binary100010101011100010111001011000011110010010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,184,5); }

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

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

 a { background-color: rgb(138,184,5); }

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

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

 span { border-color: rgb(138,184,5); }

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