Html Css Color HEX #A8D60F Inch Worm

📋 copy color: '#A8D60F'

red 168 ◦ green 214 ◦ blue 15

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

Shades of Inch Worm #A8D60F

Tints of Inch Worm #A8D60F

RGB

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

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

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

R = 42.32%
G = 53.9%
B = 3.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#A8D60F (or 0xA8D60F) is known color: Inch Worm. HEX triplet: A8, D6 and 0F. RGB value is (168,214,15). Sum of RGB (Red+Green+Blue) = 168+214+15=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D60F is #5729F0. Grayscale: #B2B2B2. Windows color (decimal): -5712369 or 1037992. OLE color: 1037992.

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

Color convert

RGB 168 214 15 -
CMYK 0.21 0 0.93 0.16
HSL 73.87º 0.87% 0.45% -
HSV(B) 73.87º 0.93% 0.84% -
XYZ 40.28 56.45 9.23 -
YUV 177.56 36.26 121.18 -
System Red Green Blue C M Y K H S L
Decimal 168 214 15 0.21 0 0.93 0.16 73.87 0.87 0.45
Hex A8 D6 F 15 0 5D 10 4A 57 2D
Octal 250 326 17 25 0 135 20 112 127 55
Binary 10101000 11010110 1111 10101 0 1011101 10000 1001010 1010111 101101

Color Harmonies of #A8D60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D60F

Black with #A8D60F

Text Example


Text Example

White with #A8D60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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