Html Css Color HEX #AED41C Inch Worm

📋 copy color: '#AED41C'

red 174 ◦ green 212 ◦ blue 28

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

Shades of Inch Worm #AED41C

Tints of Inch Worm #AED41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 42.03%
G = 51.21%
B = 6.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#AED41C (or 0xAED41C) is known color: Inch Worm. HEX triplet: AE, D4 and 1C. RGB value is (174,212,28). Sum of RGB (Red+Green+Blue) = 174+212+28=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #AED41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED41C is #512BE3. Grayscale: #B4B4B4. Windows color (decimal): -5319652 or 1889454. OLE color: 1889454.

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

Color convert

RGB 174 212 28 -
CMYK 0.18 0 0.87 0.17
HSL 72.39º 0.77% 0.47% -
HSV(B) 72.39º 0.87% 0.83% -
XYZ 41.21 56.17 9.77 -
YUV 179.66 42.41 123.96 -
System Red Green Blue C M Y K H S L
Decimal 174 212 28 0.18 0 0.87 0.17 72.39 0.77 0.47
Hex AE D4 1C 12 0 57 11 48 4D 2F
Octal 256 324 34 22 0 127 21 110 115 57
Binary 10101110 11010100 11100 10010 0 1010111 10001 1001000 1001101 101111

Color Harmonies of #AED41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED41C

Black with #AED41C

Text Example


Text Example

White with #AED41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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