Html Css Color HEX #A8D51C Inch Worm

📋 copy color: '#A8D51C'

red 168 ◦ green 213 ◦ blue 28

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

Shades of Inch Worm #A8D51C

Tints of Inch Worm #A8D51C

RGB

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

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

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

R = 41.08%
G = 52.08%
B = 6.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#A8D51C (or 0xA8D51C) is known color: Inch Worm. HEX triplet: A8, D5 and 1C. RGB value is (168,213,28). Sum of RGB (Red+Green+Blue) = 168+213+28=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D51C is #572AE3. Grayscale: #B3B3B3. Windows color (decimal): -5712612 or 1889704. OLE color: 1889704.

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

Color convert

RGB 168 213 28 -
CMYK 0.21 0 0.87 0.16
HSL 74.59º 0.77% 0.47% -
HSV(B) 74.59º 0.87% 0.84% -
XYZ 40.15 56 9.79 -
YUV 178.46 43.09 120.54 -
System Red Green Blue C M Y K H S L
Decimal 168 213 28 0.21 0 0.87 0.16 74.59 0.77 0.47
Hex A8 D5 1C 15 0 57 10 4B 4D 2F
Octal 250 325 34 25 0 127 20 113 115 57
Binary 10101000 11010101 11100 10101 0 1010111 10000 1001011 1001101 101111

Color Harmonies of #A8D51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D51C

Black with #A8D51C

Text Example


Text Example

White with #A8D51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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