Html Css Color HEX #A8D213 Inch Worm

📋 copy color: '#A8D213'

red 168 ◦ green 210 ◦ blue 19

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

Shades of Inch Worm #A8D213

Tints of Inch Worm #A8D213

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.9%

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

R = 42.32%
G = 52.9%
B = 4.79%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#A8D213 (or 0xA8D213) is known color: Inch Worm. HEX triplet: A8, D2 and 13. RGB value is (168,210,19). Sum of RGB (Red+Green+Blue) = 168+210+19=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D213 is #572DEC. Grayscale: #B0B0B0. Windows color (decimal): -5713389 or 1299112. OLE color: 1299112.

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

Color convert

RGB 168 210 19 -
CMYK 0.2 0 0.91 0.18
HSL 73.19º 0.83% 0.45% -
HSV(B) 73.19º 0.91% 0.82% -
XYZ 39.31 54.47 9.06 -
YUV 175.67 39.59 122.53 -
System Red Green Blue C M Y K H S L
Decimal 168 210 19 0.2 0 0.91 0.18 73.19 0.83 0.45
Hex A8 D2 13 14 0 5B 12 49 53 2D
Octal 250 322 23 24 0 133 22 111 123 55
Binary 10101000 11010010 10011 10100 0 1011011 10010 1001001 1010011 101101

Color Harmonies of #A8D213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D213

Black with #A8D213

Text Example


Text Example

White with #A8D213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D213; }

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

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

background-color css

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

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

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

border-color css

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

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

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