Html Css Color HEX #AEDB02 Inch Worm

📋 copy color: '#AEDB02'

red 174 ◦ green 219 ◦ blue 2

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

Shades of Inch Worm #AEDB02

Tints of Inch Worm #AEDB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 44.05%
G = 55.44%
B = 0.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#AEDB02 (or 0xAEDB02) is known color: Inch Worm. HEX triplet: AE, DB and 02. RGB value is (174,219,2). Sum of RGB (Red+Green+Blue) = 174+219+2=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDB02 is #5124FD. Grayscale: #B5B5B5. Windows color (decimal): -5317886 or 187310. OLE color: 187310.

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

Color convert

RGB 174 219 2 -
CMYK 0.21 0 0.99 0.14
HSL 72.44º 0.98% 0.43% -
HSV(B) 72.44º 0.99% 0.86% -
XYZ 42.8 59.67 9.32 -
YUV 180.81 27.09 123.14 -
System Red Green Blue C M Y K H S L
Decimal 174 219 2 0.21 0 0.99 0.14 72.44 0.98 0.43
Hex AE DB 2 15 0 63 E 48 62 2B
Octal 256 333 2 25 0 143 16 110 142 53
Binary 10101110 11011011 10 10101 0 1100011 1110 1001000 1100010 101011

Color Harmonies of #AEDB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB02

Black with #AEDB02

Text Example


Text Example

White with #AEDB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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