Html Css Color HEX #AEDB28 Inch Worm

📋 copy color: '#AEDB28'

red 174 ◦ green 219 ◦ blue 40

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

Shades of Inch Worm #AEDB28

Tints of Inch Worm #AEDB28

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.58%

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

R = 40.18%
G = 50.58%
B = 9.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#AEDB28 (or 0xAEDB28) is known color: Inch Worm. HEX triplet: AE, DB and 28. RGB value is (174,219,40). Sum of RGB (Red+Green+Blue) = 174+219+40=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB28 is #5124D7. Grayscale: #B9B9B9. Windows color (decimal): -5317848 or 2677678. OLE color: 2677678.

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

Color convert

RGB 174 219 40 -
CMYK 0.21 0 0.82 0.14
HSL 75.08º 0.71% 0.51% -
HSV(B) 75.08º 0.82% 0.86% -
XYZ 43.17 59.81 11.28 -
YUV 185.14 46.09 120.05 -
System Red Green Blue C M Y K H S L
Decimal 174 219 40 0.21 0 0.82 0.14 75.08 0.71 0.51
Hex AE DB 28 15 0 52 E 4B 47 33
Octal 256 333 50 25 0 122 16 113 107 63
Binary 10101110 11011011 101000 10101 0 1010010 1110 1001011 1000111 110011

Color Harmonies of #AEDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB28

Black with #AEDB28

Text Example


Text Example

White with #AEDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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