Html Css Color HEX #AAF31D Inch Worm

📋 copy color: '#AAF31D'

red 170 ◦ green 243 ◦ blue 29

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

Shades of Inch Worm #AAF31D

Tints of Inch Worm #AAF31D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.98%

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

R = 38.46%
G = 54.98%
B = 6.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#AAF31D (or 0xAAF31D) is known color: Inch Worm. HEX triplet: AA, F3 and 1D. RGB value is (170,243,29). Sum of RGB (Red+Green+Blue) = 170+243+29=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF31D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF31D is #550CE2. Grayscale: #C5C5C5. Windows color (decimal): -5573859 or 1962922. OLE color: 1962922.

HSL color Cylindrical-coordinate representation of color #AAF31D: hue angle of 80.47º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAF31D is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 29 -
CMYK 0.30 0 0.88 0.05
HSL 80.47º 0.9% 0.53% -
HSV(B) 80.47º 0.88% 0.95% -
XYZ 48.85 72.74 12.63 -
YUV 196.78 33.32 108.9 -
System Red Green Blue C M Y K H S L
Decimal 170 243 29 0.30 0 0.88 0.05 80.47 0.9 0.53
Hex AA F3 1D 1E 0 58 5 50 5A 35
Octal 252 363 35 36 0 130 5 120 132 65
Binary 10101010 11110011 11101 11110 0 1011000 101 1010000 1011010 110101

Color Harmonies of #AAF31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF31D

Black with #AAF31D

Text Example


Text Example

White with #AAF31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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