Html Css Color HEX #AED30D Inch Worm

📋 copy color: '#AED30D'

red 174 ◦ green 211 ◦ blue 13

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

Shades of Inch Worm #AED30D

Tints of Inch Worm #AED30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 43.72%
G = 53.02%
B = 3.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#AED30D (or 0xAED30D) is known color: Inch Worm. HEX triplet: AE, D3 and 0D. RGB value is (174,211,13). Sum of RGB (Red+Green+Blue) = 174+211+13=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #AED30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED30D is #512CF2. Grayscale: #B2B2B2. Windows color (decimal): -5319923 or 906158. OLE color: 906158.

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

Color convert

RGB 174 211 13 -
CMYK 0.18 0 0.94 0.17
HSL 71.21º 0.88% 0.44% -
HSV(B) 71.21º 0.94% 0.83% -
XYZ 40.82 55.62 8.96 -
YUV 177.37 35.24 125.6 -
System Red Green Blue C M Y K H S L
Decimal 174 211 13 0.18 0 0.94 0.17 71.21 0.88 0.44
Hex AE D3 D 12 0 5E 11 47 58 2C
Octal 256 323 15 22 0 136 21 107 130 54
Binary 10101110 11010011 1101 10010 0 1011110 10001 1000111 1011000 101100

Color Harmonies of #AED30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED30D

Black with #AED30D

Text Example


Text Example

White with #AED30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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