Html Css Color HEX #AED30A Inch Worm

📋 copy color: '#AED30A'

red 174 ◦ green 211 ◦ blue 10

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

Shades of Inch Worm #AED30A

Tints of Inch Worm #AED30A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.42%

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 44.05%
G = 53.42%
B = 2.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#AED30A (or 0xAED30A) is known color: Inch Worm. HEX triplet: AE, D3 and 0A. RGB value is (174,211,10). Sum of RGB (Red+Green+Blue) = 174+211+10=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #AED30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED30A is #512CF5. Grayscale: #B1B1B1. Windows color (decimal): -5319926 or 709550. OLE color: 709550.

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

Color convert

RGB 174 211 10 -
CMYK 0.18 0 0.95 0.17
HSL 71.04º 0.91% 0.43% -
HSV(B) 71.04º 0.95% 0.83% -
XYZ 40.8 55.61 8.87 -
YUV 177.02 33.74 125.84 -
System Red Green Blue C M Y K H S L
Decimal 174 211 10 0.18 0 0.95 0.17 71.04 0.91 0.43
Hex AE D3 A 12 0 5F 11 47 5B 2B
Octal 256 323 12 22 0 137 21 107 133 53
Binary 10101110 11010011 1010 10010 0 1011111 10001 1000111 1011011 101011

Color Harmonies of #AED30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED30A

Black with #AED30A

Text Example


Text Example

White with #AED30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED30A; }

 p { color: rgb(174,211,10); }

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

background-color css

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

 a { background-color: rgb(174,211,10); }

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

border-color css

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

 span { border-color: rgb(174,211,10); }

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