Html Css Color HEX #A7DF0C Inch Worm

📋 copy color: '#A7DF0C'

red 167 ◦ green 223 ◦ blue 12

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

Shades of Inch Worm #A7DF0C

Tints of Inch Worm #A7DF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 41.54%
G = 55.47%
B = 2.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#A7DF0C (or 0xA7DF0C) is known color: Inch Worm. HEX triplet: A7, DF and 0C. RGB value is (167,223,12). Sum of RGB (Red+Green+Blue) = 167+223+12=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7DF0C is #5820F3. Grayscale: #B6B6B6. Windows color (decimal): -5775604 or 843687. OLE color: 843687.

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

Color convert

RGB 167 223 12 -
CMYK 0.25 0 0.95 0.13
HSL 75.92º 0.9% 0.46% -
HSV(B) 75.92º 0.95% 0.87% -
XYZ 42.39 61.02 9.89 -
YUV 182.2 31.95 117.16 -
System Red Green Blue C M Y K H S L
Decimal 167 223 12 0.25 0 0.95 0.13 75.92 0.9 0.46
Hex A7 DF C 19 0 5F D 4C 5A 2E
Octal 247 337 14 31 0 137 15 114 132 56
Binary 10100111 11011111 1100 11001 0 1011111 1101 1001100 1011010 101110

Color Harmonies of #A7DF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DF0C

Black with #A7DF0C

Text Example


Text Example

White with #A7DF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DF0C; }

 p { color: rgb(167,223,12); }

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

background-color css

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

 a { background-color: rgb(167,223,12); }

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

border-color css

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

 span { border-color: rgb(167,223,12); }

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