Html Css Color HEX #A8DE1C Inch Worm

📋 copy color: '#A8DE1C'

red 168 ◦ green 222 ◦ blue 28

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

Shades of Inch Worm #A8DE1C

Tints of Inch Worm #A8DE1C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.11%

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

R = 40.19%
G = 53.11%
B = 6.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#A8DE1C (or 0xA8DE1C) is known color: Inch Worm. HEX triplet: A8, DE and 1C. RGB value is (168,222,28). Sum of RGB (Red+Green+Blue) = 168+222+28=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE1C is #5721E3. Grayscale: #B8B8B8. Windows color (decimal): -5710308 or 1892008. OLE color: 1892008.

HSL color Cylindrical-coordinate representation of color #A8DE1C: hue angle of 76.7º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8DE1C is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 222 28 -
CMYK 0.24 0 0.87 0.13
HSL 76.7º 0.78% 0.49% -
HSV(B) 76.7º 0.87% 0.87% -
XYZ 42.48 60.65 10.57 -
YUV 183.74 40.11 116.77 -
System Red Green Blue C M Y K H S L
Decimal 168 222 28 0.24 0 0.87 0.13 76.7 0.78 0.49
Hex A8 DE 1C 18 0 57 D 4D 4E 31
Octal 250 336 34 30 0 127 15 115 116 61
Binary 10101000 11011110 11100 11000 0 1010111 1101 1001101 1001110 110001

Color Harmonies of #A8DE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DE1C

Black with #A8DE1C

Text Example


Text Example

White with #A8DE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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