Html Css Color HEX #A8E10C Inch Worm

📋 copy color: '#A8E10C'

red 168 ◦ green 225 ◦ blue 12

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

Shades of Inch Worm #A8E10C

Tints of Inch Worm #A8E10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.56%

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 41.48%
G = 55.56%
B = 2.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#A8E10C (or 0xA8E10C) is known color: Inch Worm. HEX triplet: A8, E1 and 0C. RGB value is (168,225,12). Sum of RGB (Red+Green+Blue) = 168+225+12=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E10C is #571EF3. Grayscale: #B8B8B8. Windows color (decimal): -5709556 or 844200. OLE color: 844200.

HSL color Cylindrical-coordinate representation of color #A8E10C: hue angle of 76.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8E10C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 12 -
CMYK 0.25 0 0.95 0.12
HSL 76.06º 0.9% 0.46% -
HSV(B) 76.06º 0.95% 0.88% -
XYZ 43.14 62.2 10.08 -
YUV 183.68 31.12 116.82 -
System Red Green Blue C M Y K H S L
Decimal 168 225 12 0.25 0 0.95 0.12 76.06 0.9 0.46
Hex A8 E1 C 19 0 5F C 4C 5A 2E
Octal 250 341 14 31 0 137 14 114 132 56
Binary 10101000 11100001 1100 11001 0 1011111 1100 1001100 1011010 101110

Color Harmonies of #A8E10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E10C

Black with #A8E10C

Text Example


Text Example

White with #A8E10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E10C; }

 p { color: rgb(168,225,12); }

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

background-color css

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

 a { background-color: rgb(168,225,12); }

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

border-color css

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

 span { border-color: rgb(168,225,12); }

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