Html Css Color HEX #AEDB26 Inch Worm

📋 copy color: '#AEDB26'

red 174 ◦ green 219 ◦ blue 38

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

Shades of Inch Worm #AEDB26

Tints of Inch Worm #AEDB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.82%

R = 40.37%
G = 50.81%
B = 8.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#AEDB26 (or 0xAEDB26) is known color: Inch Worm. HEX triplet: AE, DB and 26. RGB value is (174,219,38). Sum of RGB (Red+Green+Blue) = 174+219+38=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB26 is #5124D9. Grayscale: #B9B9B9. Windows color (decimal): -5317850 or 2546606. OLE color: 2546606.

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

Color convert

RGB 174 219 38 -
CMYK 0.21 0 0.83 0.14
HSL 74.92º 0.72% 0.5% -
HSV(B) 74.92º 0.83% 0.86% -
XYZ 43.14 59.8 11.1 -
YUV 184.91 45.09 120.22 -
System Red Green Blue C M Y K H S L
Decimal 174 219 38 0.21 0 0.83 0.14 74.92 0.72 0.5
Hex AE DB 26 15 0 53 E 4B 48 32
Octal 256 333 46 25 0 123 16 113 110 62
Binary 10101110 11011011 100110 10101 0 1010011 1110 1001011 1001000 110010

Color Harmonies of #AEDB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB26

Black with #AEDB26

Text Example


Text Example

White with #AEDB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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