Html Css Color HEX #8AB60A Citrus

📋 copy color: '#8AB60A'

red 138 ◦ green 182 ◦ blue 10

#8AB60A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8AB60A

Tints of Citrus #8AB60A

RGB

 RED value IS 138 (54.3% from 255) = 41.82%

 GREEN value IS 182 (71.48% from 255) = 55.15%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 41.82%
G = 55.15%
B = 3.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#8AB60A (or 0x8AB60A) is known color: Citrus. HEX triplet: 8A, B6 and 0A. RGB value is (138,182,10). Sum of RGB (Red+Green+Blue) = 138+182+10=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB60A is #7549F5. Grayscale: #959595. Windows color (decimal): -7686646 or 702090. OLE color: 702090.

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

Color convert

RGB 138 182 10 -
CMYK 0.24 0 0.95 0.29
HSL 75.35º 0.9% 0.38% -
HSV(B) 75.35º 0.95% 0.71% -
XYZ 27.26 38.88 6.35 -
YUV 149.24 49.42 119.99 -
System Red Green Blue C M Y K H S L
Decimal 138 182 10 0.24 0 0.95 0.29 75.35 0.9 0.38
Hex 8A B6 A 18 0 5F 1D 4B 5A 26
Octal 212 266 12 30 0 137 35 113 132 46
Binary 10001010 10110110 1010 11000 0 1011111 11101 1001011 1011010 100110

Color Harmonies of #8AB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB60A

Black with #8AB60A

Text Example


Text Example

White with #8AB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AB60A;
 }
 .AnyTagClassName
 {
   color: #8AB60A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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