Html Css Color HEX #AEED16 Inch Worm

📋 copy color: '#AEED16'

red 174 ◦ green 237 ◦ blue 22

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

Shades of Inch Worm #AEED16

Tints of Inch Worm #AEED16

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.73%

 BLUE value IS 22 (8.98% from 255) = 5.08%

R = 40.18%
G = 54.73%
B = 5.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#AEED16 (or 0xAEED16) is known color: Inch Worm. HEX triplet: AE, ED and 16. RGB value is (174,237,22). Sum of RGB (Red+Green+Blue) = 174+237+22=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEED16 is #5112E9. Grayscale: #C2C2C2. Windows color (decimal): -5313258 or 1502638. OLE color: 1502638.

HSL color Cylindrical-coordinate representation of color #AEED16: hue angle of 77.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEED16 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 22 -
CMYK 0.27 0 0.91 0.07
HSL 77.58º 0.86% 0.51% -
HSV(B) 77.58º 0.91% 0.93% -
XYZ 47.88 69.62 11.67 -
YUV 193.65 31.13 113.98 -
System Red Green Blue C M Y K H S L
Decimal 174 237 22 0.27 0 0.91 0.07 77.58 0.86 0.51
Hex AE ED 16 1B 0 5B 7 4E 56 33
Octal 256 355 26 33 0 133 7 116 126 63
Binary 10101110 11101101 10110 11011 0 1011011 111 1001110 1010110 110011

Color Harmonies of #AEED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED16

Black with #AEED16

Text Example


Text Example

White with #AEED16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED16; }

 p { color: rgb(174,237,22); }

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

background-color css

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

 a { background-color: rgb(174,237,22); }

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

border-color css

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

 span { border-color: rgb(174,237,22); }

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