#8AB904

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

Shades of Citrus #8AB904

Tints of Citrus #8AB904

Color information

#8AB904 (or 0x8AB904) is unknown color: approx Citrus. HEX triplet: 8A, B9 and 04. RGB value is (138,185,4). Sum of RGB (Red+Green+Blue) = 138+185+4=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB904 is #7546FB. Grayscale: #969696. Windows color (decimal): -7685884 or 309642. OLE color: 309642.

HSL color Cylindrical-coordinate representation of color #8AB904: hue angle of 75.58º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AB904 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1381854-
CMYK0.2500.980.27
HSL75.58º95.77%37.06%-
HSV(B)75.58º97.84%72.55%-
XYZ27.8540.116.39-
YUV150.3145.43119.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 185 (72.66% from 255) = 56.57%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=42.20%
G=56.57%
B=1.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13818540.2500.980.2775.5895.7737.06
Hex8AB94190621B4c6025
Octal21227143101423311414045
Binary100010101011100110011001011000101101110011001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,4); }

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

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

 a { background-color: rgb(138,185,4); }

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

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

 span { border-color: rgb(138,185,4); }

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