Html Css Color HEX #AED802 Inch Worm

📋 copy color: '#AED802'

red 174 ◦ green 216 ◦ blue 2

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

Shades of Inch Worm #AED802

Tints of Inch Worm #AED802

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.1%

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

R = 44.39%
G = 55.1%
B = 0.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#AED802 (or 0xAED802) is known color: Inch Worm. HEX triplet: AE, D8 and 02. RGB value is (174,216,2). Sum of RGB (Red+Green+Blue) = 174+216+2=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #AED802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED802 is #5127FD. Grayscale: #B3B3B3. Windows color (decimal): -5318654 or 186542. OLE color: 186542.

HSL color Cylindrical-coordinate representation of color #AED802: hue angle of 71.78º degrees, saturation: 0.98, 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 #AED802 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 2 -
CMYK 0.19 0 0.99 0.15
HSL 71.78º 0.98% 0.43% -
HSV(B) 71.78º 0.99% 0.85% -
XYZ 42.02 58.11 9.06 -
YUV 179.05 28.09 124.4 -
System Red Green Blue C M Y K H S L
Decimal 174 216 2 0.19 0 0.99 0.15 71.78 0.98 0.43
Hex AE D8 2 13 0 63 F 48 62 2B
Octal 256 330 2 23 0 143 17 110 142 53
Binary 10101110 11011000 10 10011 0 1100011 1111 1001000 1100010 101011

Color Harmonies of #AED802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED802

Black with #AED802

Text Example


Text Example

White with #AED802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED802; }

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

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

background-color css

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

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

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

border-color css

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

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

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