Html Css Color HEX #A8D80F Inch Worm

📋 copy color: '#A8D80F'

red 168 ◦ green 216 ◦ blue 15

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

Shades of Inch Worm #A8D80F

Tints of Inch Worm #A8D80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.14%

 BLUE value IS 15 (6.25% from 255) = 3.76%

R = 42.11%
G = 54.14%
B = 3.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#A8D80F (or 0xA8D80F) is known color: Inch Worm. HEX triplet: A8, D8 and 0F. RGB value is (168,216,15). Sum of RGB (Red+Green+Blue) = 168+216+15=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D80F is #5727F0. Grayscale: #B3B3B3. Windows color (decimal): -5711857 or 1038504. OLE color: 1038504.

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

Color convert

RGB 168 216 15 -
CMYK 0.22 0 0.93 0.15
HSL 74.33º 0.87% 0.45% -
HSV(B) 74.33º 0.93% 0.85% -
XYZ 40.79 57.47 9.4 -
YUV 178.73 35.6 120.34 -
System Red Green Blue C M Y K H S L
Decimal 168 216 15 0.22 0 0.93 0.15 74.33 0.87 0.45
Hex A8 D8 F 16 0 5D F 4A 57 2D
Octal 250 330 17 26 0 135 17 112 127 55
Binary 10101000 11011000 1111 10110 0 1011101 1111 1001010 1010111 101101

Color Harmonies of #A8D80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D80F

Black with #A8D80F

Text Example


Text Example

White with #A8D80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D80F; }

 p { color: rgb(168,216,15); }

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

background-color css

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

 a { background-color: rgb(168,216,15); }

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

border-color css

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

 span { border-color: rgb(168,216,15); }

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