Html Css Color HEX #A8D512 Inch Worm

📋 copy color: '#A8D512'

red 168 ◦ green 213 ◦ blue 18

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

Shades of Inch Worm #A8D512

Tints of Inch Worm #A8D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.38%

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

R = 42.11%
G = 53.38%
B = 4.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#A8D512 (or 0xA8D512) is known color: Inch Worm. HEX triplet: A8, D5 and 12. RGB value is (168,213,18). Sum of RGB (Red+Green+Blue) = 168+213+18=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D512 is #572AED. Grayscale: #B2B2B2. Windows color (decimal): -5712622 or 1234344. OLE color: 1234344.

HSL color Cylindrical-coordinate representation of color #A8D512: hue angle of 73.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8D512 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 18 -
CMYK 0.21 0 0.92 0.16
HSL 73.85º 0.84% 0.45% -
HSV(B) 73.85º 0.92% 0.84% -
XYZ 40.05 55.96 9.26 -
YUV 177.32 38.09 121.36 -
System Red Green Blue C M Y K H S L
Decimal 168 213 18 0.21 0 0.92 0.16 73.85 0.84 0.45
Hex A8 D5 12 15 0 5C 10 4A 54 2D
Octal 250 325 22 25 0 134 20 112 124 55
Binary 10101000 11010101 10010 10101 0 1011100 10000 1001010 1010100 101101

Color Harmonies of #A8D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D512

Black with #A8D512

Text Example


Text Example

White with #A8D512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D512; }

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

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

background-color css

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

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

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

border-color css

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

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

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