Html Css Color HEX #A8D313 Inch Worm

📋 copy color: '#A8D313'

red 168 ◦ green 211 ◦ blue 19

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

Shades of Inch Worm #A8D313

Tints of Inch Worm #A8D313

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.02%

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

R = 42.21%
G = 53.02%
B = 4.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#A8D313 (or 0xA8D313) is known color: Inch Worm. HEX triplet: A8, D3 and 13. RGB value is (168,211,19). Sum of RGB (Red+Green+Blue) = 168+211+19=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D313 is #572CEC. Grayscale: #B0B0B0. Windows color (decimal): -5713133 or 1299368. OLE color: 1299368.

HSL color Cylindrical-coordinate representation of color #A8D313: hue angle of 73.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8D313 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 19 -
CMYK 0.20 0 0.91 0.17
HSL 73.44º 0.83% 0.45% -
HSV(B) 73.44º 0.91% 0.83% -
XYZ 39.56 54.96 9.14 -
YUV 176.26 39.25 122.11 -
System Red Green Blue C M Y K H S L
Decimal 168 211 19 0.20 0 0.91 0.17 73.44 0.83 0.45
Hex A8 D3 13 14 0 5B 11 49 53 2D
Octal 250 323 23 24 0 133 21 111 123 55
Binary 10101000 11010011 10011 10100 0 1011011 10001 1001001 1010011 101101

Color Harmonies of #A8D313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D313

Black with #A8D313

Text Example


Text Example

White with #A8D313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D313; }

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

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

background-color css

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

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

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

border-color css

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

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

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