Html Css Color HEX #A8D81C Inch Worm

📋 copy color: '#A8D81C'

red 168 ◦ green 216 ◦ blue 28

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

Shades of Inch Worm #A8D81C

Tints of Inch Worm #A8D81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.8%

R = 40.78%
G = 52.43%
B = 6.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#A8D81C (or 0xA8D81C) is known color: Inch Worm. HEX triplet: A8, D8 and 1C. RGB value is (168,216,28). Sum of RGB (Red+Green+Blue) = 168+216+28=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D81C is #5727E3. Grayscale: #B4B4B4. Windows color (decimal): -5711844 or 1890472. OLE color: 1890472.

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

Color convert

RGB 168 216 28 -
CMYK 0.22 0 0.87 0.15
HSL 75.32º 0.77% 0.48% -
HSV(B) 75.32º 0.87% 0.85% -
XYZ 40.91 57.52 10.04 -
YUV 180.22 42.1 119.29 -
System Red Green Blue C M Y K H S L
Decimal 168 216 28 0.22 0 0.87 0.15 75.32 0.77 0.48
Hex A8 D8 1C 16 0 57 F 4B 4D 30
Octal 250 330 34 26 0 127 17 113 115 60
Binary 10101000 11011000 11100 10110 0 1010111 1111 1001011 1001101 110000

Color Harmonies of #A8D81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D81C

Black with #A8D81C

Text Example


Text Example

White with #A8D81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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