Html Css Color HEX #AED60A Inch Worm

📋 copy color: '#AED60A'

red 174 ◦ green 214 ◦ blue 10

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

Shades of Inch Worm #AED60A

Tints of Inch Worm #AED60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.77%

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 43.72%
G = 53.77%
B = 2.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#AED60A (or 0xAED60A) is known color: Inch Worm. HEX triplet: AE, D6 and 0A. RGB value is (174,214,10). Sum of RGB (Red+Green+Blue) = 174+214+10=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #AED60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED60A is #5129F5. Grayscale: #B3B3B3. Windows color (decimal): -5319158 or 710318. OLE color: 710318.

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

Color convert

RGB 174 214 10 -
CMYK 0.19 0 0.95 0.16
HSL 71.76º 0.91% 0.44% -
HSV(B) 71.76º 0.95% 0.84% -
XYZ 41.56 57.11 9.12 -
YUV 178.78 32.75 124.59 -
System Red Green Blue C M Y K H S L
Decimal 174 214 10 0.19 0 0.95 0.16 71.76 0.91 0.44
Hex AE D6 A 13 0 5F 10 48 5B 2C
Octal 256 326 12 23 0 137 20 110 133 54
Binary 10101110 11010110 1010 10011 0 1011111 10000 1001000 1011011 101100

Color Harmonies of #AED60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED60A

Black with #AED60A

Text Example


Text Example

White with #AED60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED60A; }

 p { color: rgb(174,214,10); }

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

background-color css

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

 a { background-color: rgb(174,214,10); }

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

border-color css

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

 span { border-color: rgb(174,214,10); }

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