Html Css Color HEX #8AC620 Yellow Green

📋 copy color: '#8AC620'

red 138 ◦ green 198 ◦ blue 32

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

Shades of Yellow Green #8AC620

Tints of Yellow Green #8AC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.8%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 37.5%
G = 53.8%
B = 8.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#8AC620 (or 0x8AC620) is known color: Yellow Green. HEX triplet: 8A, C6 and 20. RGB value is (138,198,32). Sum of RGB (Red+Green+Blue) = 138+198+32=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC620 is #7539DF. Grayscale: #A1A1A1. Windows color (decimal): -7682528 or 2147978. OLE color: 2147978.

HSL color Cylindrical-coordinate representation of color #8AC620: hue angle of 81.69º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AC620 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 198 32 -
CMYK 0.30 0 0.84 0.22
HSL 81.69º 0.72% 0.45% -
HSV(B) 81.69º 0.84% 0.78% -
XYZ 30.94 45.9 8.59 -
YUV 161.14 55.12 111.5 -
System Red Green Blue C M Y K H S L
Decimal 138 198 32 0.30 0 0.84 0.22 81.69 0.72 0.45
Hex 8A C6 20 1E 0 54 16 52 48 2D
Octal 212 306 40 36 0 124 26 122 110 55
Binary 10001010 11000110 100000 11110 0 1010100 10110 1010010 1001000 101101

Color Harmonies of #8AC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC620

Black with #8AC620

Text Example


Text Example

White with #8AC620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,198,32); }

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

background-color css

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

 a { background-color: rgb(138,198,32); }

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

border-color css

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

 span { border-color: rgb(138,198,32); }

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