Html Css Color HEX #AED812 Inch Worm

📋 copy color: '#AED812'

red 174 ◦ green 216 ◦ blue 18

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

Shades of Inch Worm #AED812

Tints of Inch Worm #AED812

RGB

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

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

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

R = 42.65%
G = 52.94%
B = 4.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#AED812 (or 0xAED812) is known color: Inch Worm. HEX triplet: AE, D8 and 12. RGB value is (174,216,18). Sum of RGB (Red+Green+Blue) = 174+216+18=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #AED812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED812 is #5127ED. Grayscale: #B5B5B5. Windows color (decimal): -5318638 or 1235118. OLE color: 1235118.

HSL color Cylindrical-coordinate representation of color #AED812: hue angle of 72.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AED812 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 18 -
CMYK 0.19 0 0.92 0.15
HSL 72.73º 0.85% 0.46% -
HSV(B) 72.73º 0.92% 0.85% -
XYZ 42.12 58.15 9.58 -
YUV 180.87 36.09 123.1 -
System Red Green Blue C M Y K H S L
Decimal 174 216 18 0.19 0 0.92 0.15 72.73 0.85 0.46
Hex AE D8 12 13 0 5C F 49 55 2E
Octal 256 330 22 23 0 134 17 111 125 56
Binary 10101110 11011000 10010 10011 0 1011100 1111 1001001 1010101 101110

Color Harmonies of #AED812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED812

Black with #AED812

Text Example


Text Example

White with #AED812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED812; }

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

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

background-color css

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

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

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

border-color css

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

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

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