Html Css Color HEX #AAEF0D Inch Worm

📋 copy color: '#AAEF0D'

red 170 ◦ green 239 ◦ blue 13

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

Shades of Inch Worm #AAEF0D

Tints of Inch Worm #AAEF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.08%

R = 40.28%
G = 56.64%
B = 3.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#AAEF0D (or 0xAAEF0D) is known color: Inch Worm. HEX triplet: AA, EF and 0D. RGB value is (170,239,13). Sum of RGB (Red+Green+Blue) = 170+239+13=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEF0D is #5510F2. Grayscale: #C1C1C1. Windows color (decimal): -5574899 or 913322. OLE color: 913322.

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

Color convert

RGB 170 239 13 -
CMYK 0.29 0 0.95 0.06
HSL 78.32º 0.9% 0.49% -
HSV(B) 78.32º 0.95% 0.94% -
XYZ 47.52 70.31 11.45 -
YUV 192.61 26.64 111.88 -
System Red Green Blue C M Y K H S L
Decimal 170 239 13 0.29 0 0.95 0.06 78.32 0.9 0.49
Hex AA EF D 1D 0 5F 6 4E 5A 31
Octal 252 357 15 35 0 137 6 116 132 61
Binary 10101010 11101111 1101 11101 0 1011111 110 1001110 1011010 110001

Color Harmonies of #AAEF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF0D

Black with #AAEF0D

Text Example


Text Example

White with #AAEF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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