Html Css Color HEX #A8D812 Inch Worm

📋 copy color: '#A8D812'

red 168 ◦ green 216 ◦ blue 18

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

Shades of Inch Worm #A8D812

Tints of Inch Worm #A8D812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 41.79%
G = 53.73%
B = 4.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#A8D812 (or 0xA8D812) is known color: Inch Worm. HEX triplet: A8, D8 and 12. RGB value is (168,216,18). Sum of RGB (Red+Green+Blue) = 168+216+18=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D812 is #5727ED. Grayscale: #B3B3B3. Windows color (decimal): -5711854 or 1235112. OLE color: 1235112.

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

Color convert

RGB 168 216 18 -
CMYK 0.22 0 0.92 0.15
HSL 74.55º 0.85% 0.46% -
HSV(B) 74.55º 0.92% 0.85% -
XYZ 40.81 57.48 9.52 -
YUV 179.08 37.1 120.1 -
System Red Green Blue C M Y K H S L
Decimal 168 216 18 0.22 0 0.92 0.15 74.55 0.85 0.46
Hex A8 D8 12 16 0 5C F 4B 55 2E
Octal 250 330 22 26 0 134 17 113 125 56
Binary 10101000 11011000 10010 10110 0 1011100 1111 1001011 1010101 101110

Color Harmonies of #A8D812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D812

Black with #A8D812

Text Example


Text Example

White with #A8D812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D812; }

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

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

background-color css

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

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

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

border-color css

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

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

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