Html Css Color HEX #AACF05 Inch Worm

📋 copy color: '#AACF05'

red 170 ◦ green 207 ◦ blue 5

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

Shades of Inch Worm #AACF05

Tints of Inch Worm #AACF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 44.5%
G = 54.19%
B = 1.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#AACF05 (or 0xAACF05) is known color: Inch Worm. HEX triplet: AA, CF and 05. RGB value is (170,207,5). Sum of RGB (Red+Green+Blue) = 170+207+5=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF05 is #5530FA. Grayscale: #ADADAD. Windows color (decimal): -5583099 or 380842. OLE color: 380842.

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

Color convert

RGB 170 207 5 -
CMYK 0.18 0 0.98 0.19
HSL 70.99º 0.95% 0.42% -
HSV(B) 70.99º 0.98% 0.81% -
XYZ 38.92 53.18 8.36 -
YUV 172.91 33.24 125.93 -
System Red Green Blue C M Y K H S L
Decimal 170 207 5 0.18 0 0.98 0.19 70.99 0.95 0.42
Hex AA CF 5 12 0 62 13 47 5F 2A
Octal 252 317 5 22 0 142 23 107 137 52
Binary 10101010 11001111 101 10010 0 1100010 10011 1000111 1011111 101010

Color Harmonies of #AACF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF05

Black with #AACF05

Text Example


Text Example

White with #AACF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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