Html Css Color HEX #8ADC21 Yellow Green

📋 copy color: '#8ADC21'

red 138 ◦ green 220 ◦ blue 33

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

Shades of Yellow Green #8ADC21

Tints of Yellow Green #8ADC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.27%

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 35.29%
G = 56.27%
B = 8.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#8ADC21 (or 0x8ADC21) is known color: Yellow Green. HEX triplet: 8A, DC and 21. RGB value is (138,220,33). Sum of RGB (Red+Green+Blue) = 138+220+33=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC21 is #7523DE. Grayscale: #AEAEAE. Windows color (decimal): -7676895 or 2219146. OLE color: 2219146.

HSL color Cylindrical-coordinate representation of color #8ADC21: hue angle of 86.31º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8ADC21 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 33 -
CMYK 0.37 0 0.85 0.14
HSL 86.31º 0.74% 0.5% -
HSV(B) 86.31º 0.85% 0.86% -
XYZ 36.35 56.7 10.47 -
YUV 174.16 48.33 102.21 -
System Red Green Blue C M Y K H S L
Decimal 138 220 33 0.37 0 0.85 0.14 86.31 0.74 0.5
Hex 8A DC 21 25 0 55 E 56 4A 32
Octal 212 334 41 45 0 125 16 126 112 62
Binary 10001010 11011100 100001 100101 0 1010101 1110 1010110 1001010 110010

Color Harmonies of #8ADC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC21

Black with #8ADC21

Text Example


Text Example

White with #8ADC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,220,33); }

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

background-color css

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

 a { background-color: rgb(138,220,33); }

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

border-color css

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

 span { border-color: rgb(138,220,33); }

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