Html Css Color HEX #8AB810 Citrus

📋 copy color: '#8AB810'

red 138 ◦ green 184 ◦ blue 16

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

Shades of Citrus #8AB810

Tints of Citrus #8AB810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 40.83%
G = 54.44%
B = 4.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#8AB810 (or 0x8AB810) is known color: Citrus. HEX triplet: 8A, B8 and 10. RGB value is (138,184,16). Sum of RGB (Red+Green+Blue) = 138+184+16=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB810 is #7547EF. Grayscale: #979797. Windows color (decimal): -7686128 or 1095818. OLE color: 1095818.

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

Color convert

RGB 138 184 16 -
CMYK 0.25 0 0.91 0.28
HSL 76.43º 0.84% 0.39% -
HSV(B) 76.43º 0.91% 0.72% -
XYZ 27.72 39.72 6.7 -
YUV 151.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 138 184 16 0.25 0 0.91 0.28 76.43 0.84 0.39
Hex 8A B8 10 19 0 5B 1C 4C 54 27
Octal 212 270 20 31 0 133 34 114 124 47
Binary 10001010 10111000 10000 11001 0 1011011 11100 1001100 1010100 100111

Color Harmonies of #8AB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB810

Black with #8AB810

Text Example


Text Example

White with #8AB810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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