Html Css Color HEX #A8DA1F Inch Worm

📋 copy color: '#A8DA1F'

red 168 ◦ green 218 ◦ blue 31

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

Shades of Inch Worm #A8DA1F

Tints of Inch Worm #A8DA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.28%

 BLUE value IS 31 (12.5% from 255) = 7.43%

R = 40.29%
G = 52.28%
B = 7.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#A8DA1F (or 0xA8DA1F) is known color: Inch Worm. HEX triplet: A8, DA and 1F. RGB value is (168,218,31). Sum of RGB (Red+Green+Blue) = 168+218+31=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA1F is #5725E0. Grayscale: #B6B6B6. Windows color (decimal): -5711329 or 2087592. OLE color: 2087592.

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

Color convert

RGB 168 218 31 -
CMYK 0.23 0 0.86 0.15
HSL 76.04º 0.75% 0.49% -
HSV(B) 76.04º 0.86% 0.85% -
XYZ 41.47 58.57 10.42 -
YUV 181.73 42.94 118.21 -
System Red Green Blue C M Y K H S L
Decimal 168 218 31 0.23 0 0.86 0.15 76.04 0.75 0.49
Hex A8 DA 1F 17 0 56 F 4C 4B 31
Octal 250 332 37 27 0 126 17 114 113 61
Binary 10101000 11011010 11111 10111 0 1010110 1111 1001100 1001011 110001

Color Harmonies of #A8DA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA1F

Black with #A8DA1F

Text Example


Text Example

White with #A8DA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA1F; }

 p { color: rgb(168,218,31); }

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

background-color css

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

 a { background-color: rgb(168,218,31); }

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

border-color css

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

 span { border-color: rgb(168,218,31); }

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