Html Css Color HEX #8FD80A Inch Worm

📋 copy color: '#8FD80A'

red 143 ◦ green 216 ◦ blue 10

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

Shades of Inch Worm #8FD80A

Tints of Inch Worm #8FD80A

RGB

 RED value IS 143 (56.25% from 255) = 38.75%

 GREEN value IS 216 (84.77% from 255) = 58.54%

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

R = 38.75%
G = 58.54%
B = 2.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#8FD80A (or 0x8FD80A) is known color: Inch Worm. HEX triplet: 8F, D8 and 0A. RGB value is (143,216,10). Sum of RGB (Red+Green+Blue) = 143+216+10=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD80A is #7027F5. Grayscale: #ABABAB. Windows color (decimal): -7350262 or 710799. OLE color: 710799.

HSL color Cylindrical-coordinate representation of color #8FD80A: hue angle of 81.26º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FD80A is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 216 10 -
CMYK 0.34 0 0.95 0.15
HSL 81.26º 0.91% 0.44% -
HSV(B) 81.26º 0.95% 0.85% -
XYZ 35.94 54.97 9 -
YUV 170.69 37.32 108.25 -
System Red Green Blue C M Y K H S L
Decimal 143 216 10 0.34 0 0.95 0.15 81.26 0.91 0.44
Hex 8F D8 A 22 0 5F F 51 5B 2C
Octal 217 330 12 42 0 137 17 121 133 54
Binary 10001111 11011000 1010 100010 0 1011111 1111 1010001 1011011 101100

Color Harmonies of #8FD80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD80A

Black with #8FD80A

Text Example


Text Example

White with #8FD80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,216,10); }

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

background-color css

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

 a { background-color: rgb(143,216,10); }

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

border-color css

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

 span { border-color: rgb(143,216,10); }

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