Html Css Color HEX #8AB410 Citrus

📋 copy color: '#8AB410'

red 138 ◦ green 180 ◦ blue 16

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

Shades of Citrus #8AB410

Tints of Citrus #8AB410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.89%

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

R = 41.32%
G = 53.89%
B = 4.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#8AB410 (or 0x8AB410) is known color: Citrus. HEX triplet: 8A, B4 and 10. RGB value is (138,180,16). Sum of RGB (Red+Green+Blue) = 138+180+16=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB410 is #754BEF. Grayscale: #959595. Windows color (decimal): -7687152 or 1094794. OLE color: 1094794.

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

Color convert

RGB 138 180 16 -
CMYK 0.23 0 0.91 0.29
HSL 75.37º 0.84% 0.38% -
HSV(B) 75.37º 0.91% 0.71% -
XYZ 26.9 38.08 6.42 -
YUV 148.75 53.09 120.34 -
System Red Green Blue C M Y K H S L
Decimal 138 180 16 0.23 0 0.91 0.29 75.37 0.84 0.38
Hex 8A B4 10 17 0 5B 1D 4B 54 26
Octal 212 264 20 27 0 133 35 113 124 46
Binary 10001010 10110100 10000 10111 0 1011011 11101 1001011 1010100 100110

Color Harmonies of #8AB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB410

Black with #8AB410

Text Example


Text Example

White with #8AB410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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