Html Css Color HEX #A8DA13 Inch Worm

📋 copy color: '#A8DA13'

red 168 ◦ green 218 ◦ blue 19

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

Shades of Inch Worm #A8DA13

Tints of Inch Worm #A8DA13

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.83%

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 41.48%
G = 53.83%
B = 4.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#A8DA13 (or 0xA8DA13) is known color: Inch Worm. HEX triplet: A8, DA and 13. RGB value is (168,218,19). Sum of RGB (Red+Green+Blue) = 168+218+19=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DA13 is #5725EC. Grayscale: #B5B5B5. Windows color (decimal): -5711341 or 1301160. OLE color: 1301160.

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

Color convert

RGB 168 218 19 -
CMYK 0.23 0 0.91 0.15
HSL 75.08º 0.84% 0.46% -
HSV(B) 75.08º 0.91% 0.85% -
XYZ 41.34 58.51 9.73 -
YUV 180.36 36.94 119.18 -
System Red Green Blue C M Y K H S L
Decimal 168 218 19 0.23 0 0.91 0.15 75.08 0.84 0.46
Hex A8 DA 13 17 0 5B F 4B 54 2E
Octal 250 332 23 27 0 133 17 113 124 56
Binary 10101000 11011010 10011 10111 0 1011011 1111 1001011 1010100 101110

Color Harmonies of #A8DA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA13

Black with #A8DA13

Text Example


Text Example

White with #A8DA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA13; }

 p { color: rgb(168,218,19); }

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

background-color css

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

 a { background-color: rgb(168,218,19); }

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

border-color css

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

 span { border-color: rgb(168,218,19); }

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