Html Css Color HEX #8DDB0A Inch Worm

📋 copy color: '#8DDB0A'

red 141 ◦ green 219 ◦ blue 10

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

Shades of Inch Worm #8DDB0A

Tints of Inch Worm #8DDB0A

RGB

 RED value IS 141 (55.47% from 255) = 38.11%

 GREEN value IS 219 (85.94% from 255) = 59.19%

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 38.11%
G = 59.19%
B = 2.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#8DDB0A (or 0x8DDB0A) is known color: Inch Worm. HEX triplet: 8D, DB and 0A. RGB value is (141,219,10). Sum of RGB (Red+Green+Blue) = 141+219+10=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDB0A is #7224F5. Grayscale: #ACACAC. Windows color (decimal): -7480566 or 711565. OLE color: 711565.

HSL color Cylindrical-coordinate representation of color #8DDB0A: hue angle of 82.39º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DDB0A is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 219 10 -
CMYK 0.36 0 0.95 0.14
HSL 82.39º 0.91% 0.45% -
HSV(B) 82.39º 0.95% 0.86% -
XYZ 36.37 56.35 9.25 -
YUV 171.85 36.66 105.99 -
System Red Green Blue C M Y K H S L
Decimal 141 219 10 0.36 0 0.95 0.14 82.39 0.91 0.45
Hex 8D DB A 24 0 5F E 52 5B 2D
Octal 215 333 12 44 0 137 16 122 133 55
Binary 10001101 11011011 1010 100100 0 1011111 1110 1010010 1011011 101101

Color Harmonies of #8DDB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDB0A

Black with #8DDB0A

Text Example


Text Example

White with #8DDB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,219,10); }

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

background-color css

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

 a { background-color: rgb(141,219,10); }

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

border-color css

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

 span { border-color: rgb(141,219,10); }

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