Html Css Color HEX #AED504 Inch Worm

📋 copy color: '#AED504'

red 174 ◦ green 213 ◦ blue 4

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

Shades of Inch Worm #AED504

Tints of Inch Worm #AED504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 44.5%
G = 54.48%
B = 1.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#AED504 (or 0xAED504) is known color: Inch Worm. HEX triplet: AE, D5 and 04. RGB value is (174,213,4). Sum of RGB (Red+Green+Blue) = 174+213+4=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #AED504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED504 is #512AFB. Grayscale: #B2B2B2. Windows color (decimal): -5319420 or 316846. OLE color: 316846.

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

Color convert

RGB 174 213 4 -
CMYK 0.18 0 0.98 0.16
HSL 71.2º 0.96% 0.43% -
HSV(B) 71.2º 0.98% 0.84% -
XYZ 41.27 56.6 8.86 -
YUV 177.51 30.08 125.49 -
System Red Green Blue C M Y K H S L
Decimal 174 213 4 0.18 0 0.98 0.16 71.2 0.96 0.43
Hex AE D5 4 12 0 62 10 47 60 2B
Octal 256 325 4 22 0 142 20 107 140 53
Binary 10101110 11010101 100 10010 0 1100010 10000 1000111 1100000 101011

Color Harmonies of #AED504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED504

Black with #AED504

Text Example


Text Example

White with #AED504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED504; }

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

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

background-color css

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

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

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

border-color css

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

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

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