Html Css Color HEX #AEE514 Inch Worm

📋 copy color: '#AEE514'

red 174 ◦ green 229 ◦ blue 20

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

Shades of Inch Worm #AEE514

Tints of Inch Worm #AEE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.14%

 BLUE value IS 20 (8.2% from 255) = 4.73%

R = 41.13%
G = 54.14%
B = 4.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#AEE514 (or 0xAEE514) is known color: Inch Worm. HEX triplet: AE, E5 and 14. RGB value is (174,229,20). Sum of RGB (Red+Green+Blue) = 174+229+20=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 229 (89.84% from 255 or 54.14% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE514 is #511AEB. Grayscale: #BDBDBD. Windows color (decimal): -5315308 or 1369518. OLE color: 1369518.

HSL color Cylindrical-coordinate representation of color #AEE514: hue angle of 75.79º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEE514 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 229 20 -
CMYK 0.24 0 0.91 0.10
HSL 75.79º 0.84% 0.49% -
HSV(B) 75.79º 0.91% 0.9% -
XYZ 45.6 65.09 10.82 -
YUV 188.73 32.78 117.49 -
System Red Green Blue C M Y K H S L
Decimal 174 229 20 0.24 0 0.91 0.10 75.79 0.84 0.49
Hex AE E5 14 18 0 5B A 4C 54 31
Octal 256 345 24 30 0 133 12 114 124 61
Binary 10101110 11100101 10100 11000 0 1011011 1010 1001100 1010100 110001

Color Harmonies of #AEE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE514

Black with #AEE514

Text Example


Text Example

White with #AEE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE514; }

 p { color: rgb(174,229,20); }

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

background-color css

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

 a { background-color: rgb(174,229,20); }

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

border-color css

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

 span { border-color: rgb(174,229,20); }

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