Html Css Color HEX #AEDA03 Inch Worm

📋 copy color: '#AEDA03'

red 174 ◦ green 218 ◦ blue 3

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

Shades of Inch Worm #AEDA03

Tints of Inch Worm #AEDA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 44.05%
G = 55.19%
B = 0.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#AEDA03 (or 0xAEDA03) is known color: Inch Worm. HEX triplet: AE, DA and 03. RGB value is (174,218,3). Sum of RGB (Red+Green+Blue) = 174+218+3=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDA03 is #5125FC. Grayscale: #B5B5B5. Windows color (decimal): -5318141 or 252590. OLE color: 252590.

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

Color convert

RGB 174 218 3 -
CMYK 0.20 0 0.99 0.15
HSL 72.28º 0.97% 0.43% -
HSV(B) 72.28º 0.99% 0.85% -
XYZ 42.54 59.15 9.26 -
YUV 180.33 27.92 123.48 -
System Red Green Blue C M Y K H S L
Decimal 174 218 3 0.20 0 0.99 0.15 72.28 0.97 0.43
Hex AE DA 3 14 0 63 F 48 61 2B
Octal 256 332 3 24 0 143 17 110 141 53
Binary 10101110 11011010 11 10100 0 1100011 1111 1001000 1100001 101011

Color Harmonies of #AEDA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA03

Black with #AEDA03

Text Example


Text Example

White with #AEDA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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