Html Css Color HEX #A8D915 Inch Worm

📋 copy color: '#A8D915'

red 168 ◦ green 217 ◦ blue 21

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

Shades of Inch Worm #A8D915

Tints of Inch Worm #A8D915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.45%

 BLUE value IS 21 (8.59% from 255) = 5.17%

R = 41.38%
G = 53.45%
B = 5.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#A8D915 (or 0xA8D915) is known color: Inch Worm. HEX triplet: A8, D9 and 15. RGB value is (168,217,21). Sum of RGB (Red+Green+Blue) = 168+217+21=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D915 is #5726EA. Grayscale: #B4B4B4. Windows color (decimal): -5711595 or 1431976. OLE color: 1431976.

HSL color Cylindrical-coordinate representation of color #A8D915: hue angle of 75º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8D915 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 21 -
CMYK 0.23 0 0.90 0.15
HSL 75º 0.82% 0.47% -
HSV(B) 75º 0.9% 0.85% -
XYZ 41.1 58 9.74 -
YUV 180.01 38.27 119.44 -
System Red Green Blue C M Y K H S L
Decimal 168 217 21 0.23 0 0.90 0.15 75 0.82 0.47
Hex A8 D9 15 17 0 5A F 4B 52 2F
Octal 250 331 25 27 0 132 17 113 122 57
Binary 10101000 11011001 10101 10111 0 1011010 1111 1001011 1010010 101111

Color Harmonies of #A8D915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D915

Black with #A8D915

Text Example


Text Example

White with #A8D915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D915; }

 p { color: rgb(168,217,21); }

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

background-color css

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

 a { background-color: rgb(168,217,21); }

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

border-color css

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

 span { border-color: rgb(168,217,21); }

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