Html Css Color HEX #AEE002 Inch Worm

📋 copy color: '#AEE002'

red 174 ◦ green 224 ◦ blue 2

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

Shades of Inch Worm #AEE002

Tints of Inch Worm #AEE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 43.5%
G = 56%
B = 0.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#AEE002 (or 0xAEE002) is known color: Inch Worm. HEX triplet: AE, E0 and 02. RGB value is (174,224,2). Sum of RGB (Red+Green+Blue) = 174+224+2=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE002 is #511FFD. Grayscale: #B8B8B8. Windows color (decimal): -5316606 or 188590. OLE color: 188590.

HSL color Cylindrical-coordinate representation of color #AEE002: hue angle of 73.51º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEE002 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 2 -
CMYK 0.22 0 0.99 0.12
HSL 73.51º 0.98% 0.44% -
HSV(B) 73.51º 0.99% 0.88% -
XYZ 44.12 62.31 9.76 -
YUV 183.74 25.44 121.05 -
System Red Green Blue C M Y K H S L
Decimal 174 224 2 0.22 0 0.99 0.12 73.51 0.98 0.44
Hex AE E0 2 16 0 63 C 4A 62 2C
Octal 256 340 2 26 0 143 14 112 142 54
Binary 10101110 11100000 10 10110 0 1100011 1100 1001010 1100010 101100

Color Harmonies of #AEE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE002

Black with #AEE002

Text Example


Text Example

White with #AEE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE002; }

 p { color: rgb(174,224,2); }

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

background-color css

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

 a { background-color: rgb(174,224,2); }

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

border-color css

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

 span { border-color: rgb(174,224,2); }

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