#8AB607

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

Shades of Citrus #8AB607

Tints of Citrus #8AB607

Color information

#8AB607 (or 0x8AB607) is unknown color: approx Citrus. HEX triplet: 8A, B6 and 07. RGB value is (138,182,7). Sum of RGB (Red+Green+Blue) = 138+182+7=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB607 is #7549F8. Grayscale: #959595. Windows color (decimal): -7686649 or 505482. OLE color: 505482.

HSL color Cylindrical-coordinate representation of color #8AB607: hue angle of 75.09º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AB607 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1381827-
CMYK0.2400.960.29
HSL75.09º92.59%37.06%-
HSV(B)75.09º96.15%71.37%-
XYZ27.2538.876.27-
YUV148.8947.92120.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 182 (71.48% from 255) = 55.66%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=42.20%
G=55.66%
B=2.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13818270.2400.960.2975.0992.5937.06
Hex8AB67180601D4b5d25
Octal21226673001403511313545
Binary100010101011011011111000011000001110110010111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,7); }

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

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

 a { background-color: rgb(138,182,7); }

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

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

 span { border-color: rgb(138,182,7); }

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