Html Css Color HEX #A8D816 Inch Worm

📋 copy color: '#A8D816'

red 168 ◦ green 216 ◦ blue 22

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

Shades of Inch Worm #A8D816

Tints of Inch Worm #A8D816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.42%

R = 41.38%
G = 53.2%
B = 5.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#A8D816 (or 0xA8D816) is known color: Inch Worm. HEX triplet: A8, D8 and 16. RGB value is (168,216,22). Sum of RGB (Red+Green+Blue) = 168+216+22=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D816 is #5727E9. Grayscale: #B4B4B4. Windows color (decimal): -5711850 or 1497256. OLE color: 1497256.

HSL color Cylindrical-coordinate representation of color #A8D816: hue angle of 74.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8D816 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 22 -
CMYK 0.22 0 0.90 0.15
HSL 74.85º 0.82% 0.47% -
HSV(B) 74.85º 0.9% 0.85% -
XYZ 40.85 57.49 9.7 -
YUV 179.53 39.1 119.77 -
System Red Green Blue C M Y K H S L
Decimal 168 216 22 0.22 0 0.90 0.15 74.85 0.82 0.47
Hex A8 D8 16 16 0 5A F 4B 52 2F
Octal 250 330 26 26 0 132 17 113 122 57
Binary 10101000 11011000 10110 10110 0 1011010 1111 1001011 1010010 101111

Color Harmonies of #A8D816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D816

Black with #A8D816

Text Example


Text Example

White with #A8D816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D816; }

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

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

background-color css

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

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

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

border-color css

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

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

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