Html Css Color HEX #8ADC03 Lawn Green

📋 copy color: '#8ADC03'

red 138 ◦ green 220 ◦ blue 3

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

Shades of Lawn Green #8ADC03

Tints of Lawn Green #8ADC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 38.23%
G = 60.94%
B = 0.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#8ADC03 (or 0x8ADC03) is known color: Lawn Green. HEX triplet: 8A, DC and 03. RGB value is (138,220,3). Sum of RGB (Red+Green+Blue) = 138+220+3=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADC03 is #7523FC. Grayscale: #ABABAB. Windows color (decimal): -7676925 or 253066. OLE color: 253066.

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

Color convert

RGB 138 220 3 -
CMYK 0.37 0 0.99 0.14
HSL 82.67º 0.97% 0.44% -
HSV(B) 82.67º 0.99% 0.86% -
XYZ 36.09 56.6 9.11 -
YUV 170.74 33.33 104.64 -
System Red Green Blue C M Y K H S L
Decimal 138 220 3 0.37 0 0.99 0.14 82.67 0.97 0.44
Hex 8A DC 3 25 0 63 E 53 61 2C
Octal 212 334 3 45 0 143 16 123 141 54
Binary 10001010 11011100 11 100101 0 1100011 1110 1010011 1100001 101100

Color Harmonies of #8ADC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC03

Black with #8ADC03

Text Example


Text Example

White with #8ADC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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