Html Css Color HEX #AEDA28 Inch Worm

📋 copy color: '#AEDA28'

red 174 ◦ green 218 ◦ blue 40

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

Shades of Inch Worm #AEDA28

Tints of Inch Worm #AEDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.46%

 BLUE value IS 40 (16.02% from 255) = 9.26%

R = 40.28%
G = 50.46%
B = 9.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#AEDA28 (or 0xAEDA28) is known color: Inch Worm. HEX triplet: AE, DA and 28. RGB value is (174,218,40). Sum of RGB (Red+Green+Blue) = 174+218+40=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA28 is #5125D7. Grayscale: #B9B9B9. Windows color (decimal): -5318104 or 2677422. OLE color: 2677422.

HSL color Cylindrical-coordinate representation of color #AEDA28: hue angle of 74.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEDA28 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 40 -
CMYK 0.20 0 0.82 0.15
HSL 74.83º 0.71% 0.51% -
HSV(B) 74.83º 0.82% 0.85% -
XYZ 42.91 59.29 11.19 -
YUV 184.55 46.42 120.47 -
System Red Green Blue C M Y K H S L
Decimal 174 218 40 0.20 0 0.82 0.15 74.83 0.71 0.51
Hex AE DA 28 14 0 52 F 4B 47 33
Octal 256 332 50 24 0 122 17 113 107 63
Binary 10101110 11011010 101000 10100 0 1010010 1111 1001011 1000111 110011

Color Harmonies of #AEDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA28

Black with #AEDA28

Text Example


Text Example

White with #AEDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA28; }

 p { color: rgb(174,218,40); }

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

background-color css

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

 a { background-color: rgb(174,218,40); }

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

border-color css

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

 span { border-color: rgb(174,218,40); }

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