Html Css Color HEX #AAEF1D Inch Worm

📋 copy color: '#AAEF1D'

red 170 ◦ green 239 ◦ blue 29

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

Shades of Inch Worm #AAEF1D

Tints of Inch Worm #AAEF1D

RGB

 RED value IS 170 (66.8% from 255) = 38.81%

 GREEN value IS 239 (93.75% from 255) = 54.57%

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 38.81%
G = 54.57%
B = 6.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#AAEF1D (or 0xAAEF1D) is known color: Inch Worm. HEX triplet: AA, EF and 1D. RGB value is (170,239,29). Sum of RGB (Red+Green+Blue) = 170+239+29=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF1D is #5510E2. Grayscale: #C3C3C3. Windows color (decimal): -5574883 or 1961898. OLE color: 1961898.

HSL color Cylindrical-coordinate representation of color #AAEF1D: hue angle of 79.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAEF1D is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 29 -
CMYK 0.29 0 0.88 0.06
HSL 79.71º 0.87% 0.53% -
HSV(B) 79.71º 0.88% 0.94% -
XYZ 47.67 70.37 12.23 -
YUV 194.43 34.64 110.58 -
System Red Green Blue C M Y K H S L
Decimal 170 239 29 0.29 0 0.88 0.06 79.71 0.87 0.53
Hex AA EF 1D 1D 0 58 6 50 57 35
Octal 252 357 35 35 0 130 6 120 127 65
Binary 10101010 11101111 11101 11101 0 1011000 110 1010000 1010111 110101

Color Harmonies of #AAEF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF1D

Black with #AAEF1D

Text Example


Text Example

White with #AAEF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF1D; }

 p { color: rgb(170,239,29); }

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

background-color css

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

 a { background-color: rgb(170,239,29); }

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

border-color css

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

 span { border-color: rgb(170,239,29); }

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