Html Css Color HEX #AEE702 Inch Worm

📋 copy color: '#AEE702'

red 174 ◦ green 231 ◦ blue 2

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

Shades of Inch Worm #AEE702

Tints of Inch Worm #AEE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 56.76%

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

R = 42.75%
G = 56.76%
B = 0.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#AEE702 (or 0xAEE702) is known color: Inch Worm. HEX triplet: AE, E7 and 02. RGB value is (174,231,2). Sum of RGB (Red+Green+Blue) = 174+231+2=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 231 (90.62% from 255 or 56.76% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEE702 is #5118FD. Grayscale: #BCBCBC. Windows color (decimal): -5314814 or 190382. OLE color: 190382.

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

Color convert

RGB 174 231 2 -
CMYK 0.25 0 0.99 0.09
HSL 74.93º 0.98% 0.46% -
HSV(B) 74.93º 0.99% 0.91% -
XYZ 46.04 66.15 10.4 -
YUV 187.85 23.12 118.12 -
System Red Green Blue C M Y K H S L
Decimal 174 231 2 0.25 0 0.99 0.09 74.93 0.98 0.46
Hex AE E7 2 19 0 63 9 4B 62 2E
Octal 256 347 2 31 0 143 11 113 142 56
Binary 10101110 11100111 10 11001 0 1100011 1001 1001011 1100010 101110

Color Harmonies of #AEE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE702

Black with #AEE702

Text Example


Text Example

White with #AEE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE702; }

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

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

background-color css

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

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

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

border-color css

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

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

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