Html Css Color HEX #AED31A Inch Worm

📋 copy color: '#AED31A'

red 174 ◦ green 211 ◦ blue 26

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

Shades of Inch Worm #AED31A

Tints of Inch Worm #AED31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.34%

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

R = 42.34%
G = 51.34%
B = 6.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#AED31A (or 0xAED31A) is known color: Inch Worm. HEX triplet: AE, D3 and 1A. RGB value is (174,211,26). Sum of RGB (Red+Green+Blue) = 174+211+26=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #AED31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED31A is #512CE5. Grayscale: #B3B3B3. Windows color (decimal): -5319910 or 1758126. OLE color: 1758126.

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

Color convert

RGB 174 211 26 -
CMYK 0.18 0 0.88 0.17
HSL 72º 0.78% 0.46% -
HSV(B) 72º 0.88% 0.83% -
XYZ 40.94 55.66 9.56 -
YUV 178.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 174 211 26 0.18 0 0.88 0.17 72 0.78 0.46
Hex AE D3 1A 12 0 58 11 48 4E 2E
Octal 256 323 32 22 0 130 21 110 116 56
Binary 10101110 11010011 11010 10010 0 1011000 10001 1001000 1001110 101110

Color Harmonies of #AED31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED31A

Black with #AED31A

Text Example


Text Example

White with #AED31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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