Html Css Color HEX #AED205 Inch Worm

📋 copy color: '#AED205'

red 174 ◦ green 210 ◦ blue 5

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

Shades of Inch Worm #AED205

Tints of Inch Worm #AED205

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.98%

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 44.73%
G = 53.98%
B = 1.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#AED205 (or 0xAED205) is known color: Inch Worm. HEX triplet: AE, D2 and 05. RGB value is (174,210,5). Sum of RGB (Red+Green+Blue) = 174+210+5=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #AED205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED205 is #512DFA. Grayscale: #B0B0B0. Windows color (decimal): -5320187 or 381614. OLE color: 381614.

HSL color Cylindrical-coordinate representation of color #AED205: hue angle of 70.54º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AED205 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 5 -
CMYK 0.17 0 0.98 0.18
HSL 70.54º 0.95% 0.42% -
HSV(B) 70.54º 0.98% 0.82% -
XYZ 40.53 55.1 8.64 -
YUV 175.87 31.57 126.67 -
System Red Green Blue C M Y K H S L
Decimal 174 210 5 0.17 0 0.98 0.18 70.54 0.95 0.42
Hex AE D2 5 11 0 62 12 47 5F 2A
Octal 256 322 5 21 0 142 22 107 137 52
Binary 10101110 11010010 101 10001 0 1100010 10010 1000111 1011111 101010

Color Harmonies of #AED205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED205

Black with #AED205

Text Example


Text Example

White with #AED205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED205; }

 p { color: rgb(174,210,5); }

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

background-color css

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

 a { background-color: rgb(174,210,5); }

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

border-color css

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

 span { border-color: rgb(174,210,5); }

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