Html Css Color HEX #8ACC20 Yellow Green

📋 copy color: '#8ACC20'

red 138 ◦ green 204 ◦ blue 32

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

Shades of Yellow Green #8ACC20

Tints of Yellow Green #8ACC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.55%

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

R = 36.9%
G = 54.55%
B = 8.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#8ACC20 (or 0x8ACC20) is known color: Yellow Green. HEX triplet: 8A, CC and 20. RGB value is (138,204,32). Sum of RGB (Red+Green+Blue) = 138+204+32=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC20 is #7533DF. Grayscale: #A5A5A5. Windows color (decimal): -7680992 or 2149514. OLE color: 2149514.

HSL color Cylindrical-coordinate representation of color #8ACC20: hue angle of 83.02º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8ACC20 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 32 -
CMYK 0.32 0 0.84 0.2
HSL 83.02º 0.73% 0.46% -
HSV(B) 83.02º 0.84% 0.8% -
XYZ 32.33 48.69 9.06 -
YUV 164.66 53.13 108.99 -
System Red Green Blue C M Y K H S L
Decimal 138 204 32 0.32 0 0.84 0.2 83.02 0.73 0.46
Hex 8A CC 20 20 0 54 14 53 49 2E
Octal 212 314 40 40 0 124 24 123 111 56
Binary 10001010 11001100 100000 100000 0 1010100 10100 1010011 1001001 101110

Color Harmonies of #8ACC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC20

Black with #8ACC20

Text Example


Text Example

White with #8ACC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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