Html Css Color HEX #8ADC10 Lawn Green

📋 copy color: '#8ADC10'

red 138 ◦ green 220 ◦ blue 16

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

Shades of Lawn Green #8ADC10

Tints of Lawn Green #8ADC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 36.9%
G = 58.82%
B = 4.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#8ADC10 (or 0x8ADC10) is known color: Lawn Green. HEX triplet: 8A, DC and 10. RGB value is (138,220,16). Sum of RGB (Red+Green+Blue) = 138+220+16=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADC10 is #7523EF. Grayscale: #ACACAC. Windows color (decimal): -7676912 or 1105034. OLE color: 1105034.

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

Color convert

RGB 138 220 16 -
CMYK 0.37 0 0.93 0.14
HSL 84.12º 0.86% 0.46% -
HSV(B) 84.12º 0.93% 0.86% -
XYZ 36.17 56.63 9.51 -
YUV 172.23 39.83 103.59 -
System Red Green Blue C M Y K H S L
Decimal 138 220 16 0.37 0 0.93 0.14 84.12 0.86 0.46
Hex 8A DC 10 25 0 5D E 54 56 2E
Octal 212 334 20 45 0 135 16 124 126 56
Binary 10001010 11011100 10000 100101 0 1011101 1110 1010100 1010110 101110

Color Harmonies of #8ADC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC10

Black with #8ADC10

Text Example


Text Example

White with #8ADC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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