Html Css Color HEX #8BD60C Inch Worm

📋 copy color: '#8BD60C'

red 139 ◦ green 214 ◦ blue 12

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

Shades of Inch Worm #8BD60C

Tints of Inch Worm #8BD60C

RGB

 RED value IS 139 (54.69% from 255) = 38.08%

 GREEN value IS 214 (83.98% from 255) = 58.63%

 BLUE value IS 12 (5.08% from 255) = 3.29%

R = 38.08%
G = 58.63%
B = 3.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#8BD60C (or 0x8BD60C) is known color: Inch Worm. HEX triplet: 8B, D6 and 0C. RGB value is (139,214,12). Sum of RGB (Red+Green+Blue) = 139+214+12=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD60C is #7429F3. Grayscale: #A9A9A9. Windows color (decimal): -7612916 or 841355. OLE color: 841355.

HSL color Cylindrical-coordinate representation of color #8BD60C: hue angle of 82.28º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BD60C is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 214 12 -
CMYK 0.35 0 0.94 0.16
HSL 82.28º 0.89% 0.44% -
HSV(B) 82.28º 0.94% 0.84% -
XYZ 34.76 53.61 8.86 -
YUV 168.55 39.65 106.93 -
System Red Green Blue C M Y K H S L
Decimal 139 214 12 0.35 0 0.94 0.16 82.28 0.89 0.44
Hex 8B D6 C 23 0 5E 10 52 59 2C
Octal 213 326 14 43 0 136 20 122 131 54
Binary 10001011 11010110 1100 100011 0 1011110 10000 1010010 1011001 101100

Color Harmonies of #8BD60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD60C

Black with #8BD60C

Text Example


Text Example

White with #8BD60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,214,12); }

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

background-color css

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

 a { background-color: rgb(139,214,12); }

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

border-color css

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

 span { border-color: rgb(139,214,12); }

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