Html Css Color HEX #A8D61A Inch Worm

📋 copy color: '#A8D61A'

red 168 ◦ green 214 ◦ blue 26

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

Shades of Inch Worm #A8D61A

Tints of Inch Worm #A8D61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.45%

 BLUE value IS 26 (10.55% from 255) = 6.37%

R = 41.18%
G = 52.45%
B = 6.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#A8D61A (or 0xA8D61A) is known color: Inch Worm. HEX triplet: A8, D6 and 1A. RGB value is (168,214,26). Sum of RGB (Red+Green+Blue) = 168+214+26=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D61A is #5729E5. Grayscale: #B3B3B3. Windows color (decimal): -5712358 or 1758888. OLE color: 1758888.

HSL color Cylindrical-coordinate representation of color #A8D61A: hue angle of 74.68º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8D61A is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 26 -
CMYK 0.21 0 0.88 0.16
HSL 74.68º 0.78% 0.47% -
HSV(B) 74.68º 0.88% 0.84% -
XYZ 40.38 56.49 9.75 -
YUV 178.81 41.76 120.29 -
System Red Green Blue C M Y K H S L
Decimal 168 214 26 0.21 0 0.88 0.16 74.68 0.78 0.47
Hex A8 D6 1A 15 0 58 10 4B 4E 2F
Octal 250 326 32 25 0 130 20 113 116 57
Binary 10101000 11010110 11010 10101 0 1011000 10000 1001011 1001110 101111

Color Harmonies of #A8D61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D61A

Black with #A8D61A

Text Example


Text Example

White with #A8D61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D61A; }

 p { color: rgb(168,214,26); }

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

background-color css

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

 a { background-color: rgb(168,214,26); }

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

border-color css

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

 span { border-color: rgb(168,214,26); }

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