Html Css Color HEX #AEE814 Inch Worm

📋 copy color: '#AEE814'

red 174 ◦ green 232 ◦ blue 20

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

Shades of Inch Worm #AEE814

Tints of Inch Worm #AEE814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.46%

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

R = 40.85%
G = 54.46%
B = 4.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#AEE814 (or 0xAEE814) is known color: Inch Worm. HEX triplet: AE, E8 and 14. RGB value is (174,232,20). Sum of RGB (Red+Green+Blue) = 174+232+20=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 232 (91.02% from 255 or 54.46% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE814 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEE814 is #5117EB. Grayscale: #BFBFBF. Windows color (decimal): -5314540 or 1370286. OLE color: 1370286.

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

Color convert

RGB 174 232 20 -
CMYK 0.25 0 0.91 0.09
HSL 76.42º 0.84% 0.49% -
HSV(B) 76.42º 0.91% 0.91% -
XYZ 46.44 66.76 11.1 -
YUV 190.49 31.78 116.24 -
System Red Green Blue C M Y K H S L
Decimal 174 232 20 0.25 0 0.91 0.09 76.42 0.84 0.49
Hex AE E8 14 19 0 5B 9 4C 54 31
Octal 256 350 24 31 0 133 11 114 124 61
Binary 10101110 11101000 10100 11001 0 1011011 1001 1001100 1010100 110001

Color Harmonies of #AEE814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE814

Black with #AEE814

Text Example


Text Example

White with #AEE814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE814; }

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

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

background-color css

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

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

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

border-color css

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

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

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