Html Css Color HEX #A8D90E Inch Worm

📋 copy color: '#A8D90E'

red 168 ◦ green 217 ◦ blue 14

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

Shades of Inch Worm #A8D90E

Tints of Inch Worm #A8D90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.51%

R = 42.11%
G = 54.39%
B = 3.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#A8D90E (or 0xA8D90E) is known color: Inch Worm. HEX triplet: A8, D9 and 0E. RGB value is (168,217,14). Sum of RGB (Red+Green+Blue) = 168+217+14=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D90E is #5726F1. Grayscale: #B3B3B3. Windows color (decimal): -5711602 or 973224. OLE color: 973224.

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

Color convert

RGB 168 217 14 -
CMYK 0.23 0 0.94 0.15
HSL 74.48º 0.88% 0.45% -
HSV(B) 74.48º 0.94% 0.85% -
XYZ 41.04 57.98 9.44 -
YUV 179.21 34.77 120.01 -
System Red Green Blue C M Y K H S L
Decimal 168 217 14 0.23 0 0.94 0.15 74.48 0.88 0.45
Hex A8 D9 E 17 0 5E F 4A 58 2D
Octal 250 331 16 27 0 136 17 112 130 55
Binary 10101000 11011001 1110 10111 0 1011110 1111 1001010 1011000 101101

Color Harmonies of #A8D90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D90E

Black with #A8D90E

Text Example


Text Example

White with #A8D90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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