Html Css Color HEX #AEDB01 Inch Worm

📋 copy color: '#AEDB01'

red 174 ◦ green 219 ◦ blue 1

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

Shades of Inch Worm #AEDB01

Tints of Inch Worm #AEDB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 44.16%
G = 55.58%
B = 0.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#AEDB01 (or 0xAEDB01) is known color: Inch Worm. HEX triplet: AE, DB and 01. RGB value is (174,219,1). Sum of RGB (Red+Green+Blue) = 174+219+1=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDB01 is #5124FE. Grayscale: #B5B5B5. Windows color (decimal): -5317887 or 121774. OLE color: 121774.

HSL color Cylindrical-coordinate representation of color #AEDB01: hue angle of 72.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEDB01 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 1 -
CMYK 0.21 0 1.00 0.14
HSL 72.39º 0.99% 0.43% -
HSV(B) 72.39º 1% 0.86% -
XYZ 42.79 59.66 9.29 -
YUV 180.69 26.59 123.23 -
System Red Green Blue C M Y K H S L
Decimal 174 219 1 0.21 0 1.00 0.14 72.39 0.99 0.43
Hex AE DB 1 15 0 64 E 48 63 2B
Octal 256 333 1 25 0 144 16 110 143 53
Binary 10101110 11011011 1 10101 0 1100100 1110 1001000 1100011 101011

Color Harmonies of #AEDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB01

Black with #AEDB01

Text Example


Text Example

White with #AEDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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