Html Css Color HEX #8AB80A Citrus

📋 copy color: '#8AB80A'

red 138 ◦ green 184 ◦ blue 10

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

Shades of Citrus #8AB80A

Tints of Citrus #8AB80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.42%

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

R = 41.57%
G = 55.42%
B = 3.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#8AB80A (or 0x8AB80A) is known color: Citrus. HEX triplet: 8A, B8 and 0A. RGB value is (138,184,10). Sum of RGB (Red+Green+Blue) = 138+184+10=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB80A is #7547F5. Grayscale: #979797. Windows color (decimal): -7686134 or 702602. OLE color: 702602.

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

Color convert

RGB 138 184 10 -
CMYK 0.25 0 0.95 0.28
HSL 75.86º 0.9% 0.38% -
HSV(B) 75.86º 0.95% 0.72% -
XYZ 27.68 39.71 6.49 -
YUV 150.41 48.76 119.15 -
System Red Green Blue C M Y K H S L
Decimal 138 184 10 0.25 0 0.95 0.28 75.86 0.9 0.38
Hex 8A B8 A 19 0 5F 1C 4C 5A 26
Octal 212 270 12 31 0 137 34 114 132 46
Binary 10001010 10111000 1010 11001 0 1011111 11100 1001100 1011010 100110

Color Harmonies of #8AB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB80A

Black with #8AB80A

Text Example


Text Example

White with #8AB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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