Html Css Color HEX #8AB60D Citrus

📋 copy color: '#8AB60D'

red 138 ◦ green 182 ◦ blue 13

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

Shades of Citrus #8AB60D

Tints of Citrus #8AB60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 41.44%
G = 54.65%
B = 3.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#8AB60D (or 0x8AB60D) is known color: Citrus. HEX triplet: 8A, B6 and 0D. RGB value is (138,182,13). Sum of RGB (Red+Green+Blue) = 138+182+13=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB60D is #7549F2. Grayscale: #969696. Windows color (decimal): -7686643 or 898698. OLE color: 898698.

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

Color convert

RGB 138 182 13 -
CMYK 0.24 0 0.93 0.29
HSL 75.62º 0.87% 0.38% -
HSV(B) 75.62º 0.93% 0.71% -
XYZ 27.28 38.89 6.45 -
YUV 149.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 138 182 13 0.24 0 0.93 0.29 75.62 0.87 0.38
Hex 8A B6 D 18 0 5D 1D 4C 57 26
Octal 212 266 15 30 0 135 35 114 127 46
Binary 10001010 10110110 1101 11000 0 1011101 11101 1001100 1010111 100110

Color Harmonies of #8AB60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB60D

Black with #8AB60D

Text Example


Text Example

White with #8AB60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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