Html Css Color HEX #A8DF11 Inch Worm

📋 copy color: '#A8DF11'

red 168 ◦ green 223 ◦ blue 17

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

Shades of Inch Worm #A8DF11

Tints of Inch Worm #A8DF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.66%

 BLUE value IS 17 (7.03% from 255) = 4.17%

R = 41.18%
G = 54.66%
B = 4.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#A8DF11 (or 0xA8DF11) is known color: Inch Worm. HEX triplet: A8, DF and 11. RGB value is (168,223,17). Sum of RGB (Red+Green+Blue) = 168+223+17=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DF11 is #5720EE. Grayscale: #B7B7B7. Windows color (decimal): -5710063 or 1171368. OLE color: 1171368.

HSL color Cylindrical-coordinate representation of color #A8DF11: hue angle of 76.02º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8DF11 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 17 -
CMYK 0.25 0 0.92 0.13
HSL 76.02º 0.86% 0.47% -
HSV(B) 76.02º 0.92% 0.87% -
XYZ 42.64 61.14 10.08 -
YUV 183.07 34.28 117.25 -
System Red Green Blue C M Y K H S L
Decimal 168 223 17 0.25 0 0.92 0.13 76.02 0.86 0.47
Hex A8 DF 11 19 0 5C D 4C 56 2F
Octal 250 337 21 31 0 134 15 114 126 57
Binary 10101000 11011111 10001 11001 0 1011100 1101 1001100 1010110 101111

Color Harmonies of #A8DF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF11

Black with #A8DF11

Text Example


Text Example

White with #A8DF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF11; }

 p { color: rgb(168,223,17); }

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

background-color css

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

 a { background-color: rgb(168,223,17); }

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

border-color css

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

 span { border-color: rgb(168,223,17); }

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