Html Css Color HEX #AED41A Inch Worm

📋 copy color: '#AED41A'

red 174 ◦ green 212 ◦ blue 26

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

Shades of Inch Worm #AED41A

Tints of Inch Worm #AED41A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.46%

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

R = 42.23%
G = 51.46%
B = 6.31%

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

#AED41A (or 0xAED41A) is known color: Inch Worm. HEX triplet: AE, D4 and 1A. RGB value is (174,212,26). Sum of RGB (Red+Green+Blue) = 174+212+26=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #AED41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED41A is #512BE5. Grayscale: #B4B4B4. Windows color (decimal): -5319654 or 1758382. OLE color: 1758382.

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

Color convert

RGB 174 212 26 -
CMYK 0.18 0 0.88 0.17
HSL 72.26º 0.78% 0.47% -
HSV(B) 72.26º 0.88% 0.83% -
XYZ 41.19 56.16 9.65 -
YUV 179.43 41.41 124.12 -
System Red Green Blue C M Y K H S L
Decimal 174 212 26 0.18 0 0.88 0.17 72.26 0.78 0.47
Hex AE D4 1A 12 0 58 11 48 4E 2F
Octal 256 324 32 22 0 130 21 110 116 57
Binary 10101110 11010100 11010 10010 0 1011000 10001 1001000 1001110 101111

Color Harmonies of #AED41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED41A

Black with #AED41A

Text Example


Text Example

White with #AED41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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