Html Css Color HEX #AED70C Inch Worm

📋 copy color: '#AED70C'

red 174 ◦ green 215 ◦ blue 12

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

Shades of Inch Worm #AED70C

Tints of Inch Worm #AED70C

RGB

 RED value IS 174 (68.36% from 255) = 43.39%

 GREEN value IS 215 (84.38% from 255) = 53.62%

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

R = 43.39%
G = 53.62%
B = 2.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#AED70C (or 0xAED70C) is known color: Inch Worm. HEX triplet: AE, D7 and 0C. RGB value is (174,215,12). Sum of RGB (Red+Green+Blue) = 174+215+12=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #AED70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED70C is #5128F3. Grayscale: #B4B4B4. Windows color (decimal): -5318900 or 841646. OLE color: 841646.

HSL color Cylindrical-coordinate representation of color #AED70C: hue angle of 72.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED70C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 12 -
CMYK 0.19 0 0.94 0.16
HSL 72.12º 0.89% 0.45% -
HSV(B) 72.12º 0.94% 0.84% -
XYZ 41.82 57.63 9.27 -
YUV 179.6 33.42 124.01 -
System Red Green Blue C M Y K H S L
Decimal 174 215 12 0.19 0 0.94 0.16 72.12 0.89 0.45
Hex AE D7 C 13 0 5E 10 48 59 2D
Octal 256 327 14 23 0 136 20 110 131 55
Binary 10101110 11010111 1100 10011 0 1011110 10000 1001000 1011001 101101

Color Harmonies of #AED70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED70C

Black with #AED70C

Text Example


Text Example

White with #AED70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED70C; }

 p { color: rgb(174,215,12); }

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

background-color css

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

 a { background-color: rgb(174,215,12); }

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

border-color css

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

 span { border-color: rgb(174,215,12); }

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