Html Css Color HEX #AACF07 Inch Worm

📋 copy color: '#AACF07'

red 170 ◦ green 207 ◦ blue 7

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

Shades of Inch Worm #AACF07

Tints of Inch Worm #AACF07

RGB

 RED value IS 170 (66.8% from 255) = 44.27%

 GREEN value IS 207 (81.25% from 255) = 53.91%

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 44.27%
G = 53.91%
B = 1.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#AACF07 (or 0xAACF07) is known color: Inch Worm. HEX triplet: AA, CF and 07. RGB value is (170,207,7). Sum of RGB (Red+Green+Blue) = 170+207+7=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 7 (3.12% from 255 or 1.82% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF07 is #5530F8. Grayscale: #ADADAD. Windows color (decimal): -5583097 or 511914. OLE color: 511914.

HSL color Cylindrical-coordinate representation of color #AACF07: hue angle of 71.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AACF07 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 7 -
CMYK 0.18 0 0.97 0.19
HSL 71.1º 0.93% 0.42% -
HSV(B) 71.1º 0.97% 0.81% -
XYZ 38.93 53.19 8.42 -
YUV 173.14 34.24 125.76 -
System Red Green Blue C M Y K H S L
Decimal 170 207 7 0.18 0 0.97 0.19 71.1 0.93 0.42
Hex AA CF 7 12 0 61 13 47 5D 2A
Octal 252 317 7 22 0 141 23 107 135 52
Binary 10101010 11001111 111 10010 0 1100001 10011 1000111 1011101 101010

Color Harmonies of #AACF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF07

Black with #AACF07

Text Example


Text Example

White with #AACF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF07; }

 p { color: rgb(170,207,7); }

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

background-color css

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

 a { background-color: rgb(170,207,7); }

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

border-color css

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

 span { border-color: rgb(170,207,7); }

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