Html Css Color HEX #AED51A Inch Worm

📋 copy color: '#AED51A'

red 174 ◦ green 213 ◦ blue 26

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

Shades of Inch Worm #AED51A

Tints of Inch Worm #AED51A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.57%

 BLUE value IS 26 (10.55% from 255) = 6.3%

R = 42.13%
G = 51.57%
B = 6.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#AED51A (or 0xAED51A) is known color: Inch Worm. HEX triplet: AE, D5 and 1A. RGB value is (174,213,26). Sum of RGB (Red+Green+Blue) = 174+213+26=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #AED51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED51A is #512AE5. Grayscale: #B4B4B4. Windows color (decimal): -5319398 or 1758638. OLE color: 1758638.

HSL color Cylindrical-coordinate representation of color #AED51A: hue angle of 72.51º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AED51A is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 26 -
CMYK 0.18 0 0.88 0.16
HSL 72.51º 0.78% 0.47% -
HSV(B) 72.51º 0.88% 0.84% -
XYZ 41.44 56.66 9.73 -
YUV 180.02 41.08 123.71 -
System Red Green Blue C M Y K H S L
Decimal 174 213 26 0.18 0 0.88 0.16 72.51 0.78 0.47
Hex AE D5 1A 12 0 58 10 49 4E 2F
Octal 256 325 32 22 0 130 20 111 116 57
Binary 10101110 11010101 11010 10010 0 1011000 10000 1001001 1001110 101111

Color Harmonies of #AED51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED51A

Black with #AED51A

Text Example


Text Example

White with #AED51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED51A; }

 p { color: rgb(174,213,26); }

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

background-color css

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

 a { background-color: rgb(174,213,26); }

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

border-color css

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

 span { border-color: rgb(174,213,26); }

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