Html Css Color HEX #AED312 Inch Worm

📋 copy color: '#AED312'

red 174 ◦ green 211 ◦ blue 18

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

Shades of Inch Worm #AED312

Tints of Inch Worm #AED312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.47%

R = 43.18%
G = 52.36%
B = 4.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#AED312 (or 0xAED312) is known color: Inch Worm. HEX triplet: AE, D3 and 12. RGB value is (174,211,18). Sum of RGB (Red+Green+Blue) = 174+211+18=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #AED312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED312 is #512CED. Grayscale: #B2B2B2. Windows color (decimal): -5319918 or 1233838. OLE color: 1233838.

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

Color convert

RGB 174 211 18 -
CMYK 0.18 0 0.91 0.17
HSL 71.5º 0.84% 0.45% -
HSV(B) 71.5º 0.91% 0.83% -
XYZ 40.86 55.63 9.16 -
YUV 177.94 37.74 125.19 -
System Red Green Blue C M Y K H S L
Decimal 174 211 18 0.18 0 0.91 0.17 71.5 0.84 0.45
Hex AE D3 12 12 0 5B 11 48 54 2D
Octal 256 323 22 22 0 133 21 110 124 55
Binary 10101110 11010011 10010 10010 0 1011011 10001 1001000 1010100 101101

Color Harmonies of #AED312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED312

Black with #AED312

Text Example


Text Example

White with #AED312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED312; }

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

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

background-color css

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

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

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

border-color css

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

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

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