Html Css Color HEX #A8D81E Inch Worm

📋 copy color: '#A8D81E'

red 168 ◦ green 216 ◦ blue 30

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

Shades of Inch Worm #A8D81E

Tints of Inch Worm #A8D81E

RGB

 RED value IS 168 (66.02% from 255) = 40.58%

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

 BLUE value IS 30 (12.11% from 255) = 7.25%

R = 40.58%
G = 52.17%
B = 7.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#A8D81E (or 0xA8D81E) is known color: Inch Worm. HEX triplet: A8, D8 and 1E. RGB value is (168,216,30). Sum of RGB (Red+Green+Blue) = 168+216+30=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D81E is #5727E1. Grayscale: #B5B5B5. Windows color (decimal): -5711842 or 2021544. OLE color: 2021544.

HSL color Cylindrical-coordinate representation of color #A8D81E: hue angle of 75.48º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8D81E is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 30 -
CMYK 0.22 0 0.86 0.15
HSL 75.48º 0.76% 0.48% -
HSV(B) 75.48º 0.86% 0.85% -
XYZ 40.94 57.53 10.18 -
YUV 180.44 43.1 119.12 -
System Red Green Blue C M Y K H S L
Decimal 168 216 30 0.22 0 0.86 0.15 75.48 0.76 0.48
Hex A8 D8 1E 16 0 56 F 4B 4C 30
Octal 250 330 36 26 0 126 17 113 114 60
Binary 10101000 11011000 11110 10110 0 1010110 1111 1001011 1001100 110000

Color Harmonies of #A8D81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D81E

Black with #A8D81E

Text Example


Text Example

White with #A8D81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D81E; }

 p { color: rgb(168,216,30); }

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

background-color css

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

 a { background-color: rgb(168,216,30); }

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

border-color css

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

 span { border-color: rgb(168,216,30); }

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