Html Css Color HEX #8AB60F Citrus

📋 copy color: '#8AB60F'

red 138 ◦ green 182 ◦ blue 15

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

Shades of Citrus #8AB60F

Tints of Citrus #8AB60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.48%

R = 41.19%
G = 54.33%
B = 4.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#8AB60F (or 0x8AB60F) is known color: Citrus. HEX triplet: 8A, B6 and 0F. RGB value is (138,182,15). Sum of RGB (Red+Green+Blue) = 138+182+15=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB60F is #7549F0. Grayscale: #969696. Windows color (decimal): -7686641 or 1029770. OLE color: 1029770.

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

Color convert

RGB 138 182 15 -
CMYK 0.24 0 0.92 0.29
HSL 75.81º 0.85% 0.39% -
HSV(B) 75.81º 0.92% 0.71% -
XYZ 27.3 38.89 6.52 -
YUV 149.81 51.92 119.58 -
System Red Green Blue C M Y K H S L
Decimal 138 182 15 0.24 0 0.92 0.29 75.81 0.85 0.39
Hex 8A B6 F 18 0 5C 1D 4C 55 27
Octal 212 266 17 30 0 134 35 114 125 47
Binary 10001010 10110110 1111 11000 0 1011100 11101 1001100 1010101 100111

Color Harmonies of #8AB60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB60F

Black with #8AB60F

Text Example


Text Example

White with #8AB60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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