Html Css Color HEX #A7DA0E Inch Worm

📋 copy color: '#A7DA0E'

red 167 ◦ green 218 ◦ blue 14

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

Shades of Inch Worm #A7DA0E

Tints of Inch Worm #A7DA0E

RGB

 RED value IS 167 (65.63% from 255) = 41.85%

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

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

R = 41.85%
G = 54.64%
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

#A7DA0E (or 0xA7DA0E) is known color: Inch Worm. HEX triplet: A7, DA and 0E. RGB value is (167,218,14). Sum of RGB (Red+Green+Blue) = 167+218+14=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7DA0E is #5825F1. Grayscale: #B4B4B4. Windows color (decimal): -5776882 or 973479. OLE color: 973479.

HSL color Cylindrical-coordinate representation of color #A7DA0E: hue angle of 75º 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 #A7DA0E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 218 14 -
CMYK 0.23 0 0.94 0.15
HSL 75º 0.88% 0.45% -
HSV(B) 75º 0.94% 0.85% -
XYZ 41.09 58.39 9.52 -
YUV 179.5 34.6 119.09 -
System Red Green Blue C M Y K H S L
Decimal 167 218 14 0.23 0 0.94 0.15 75 0.88 0.45
Hex A7 DA E 17 0 5E F 4B 58 2D
Octal 247 332 16 27 0 136 17 113 130 55
Binary 10100111 11011010 1110 10111 0 1011110 1111 1001011 1011000 101101

Color Harmonies of #A7DA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DA0E

Black with #A7DA0E

Text Example


Text Example

White with #A7DA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DA0E; }

 p { color: rgb(167,218,14); }

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

background-color css

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

 a { background-color: rgb(167,218,14); }

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

border-color css

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

 span { border-color: rgb(167,218,14); }

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