Html Css Color HEX #AAD07E Feijoa

📋 copy color: '#AAD07E'

red 170 ◦ green 208 ◦ blue 126

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

Shades of Feijoa #AAD07E

Tints of Feijoa #AAD07E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.27%

 BLUE value IS 126 (49.61% from 255) = 25%

R = 33.73%
G = 41.27%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#AAD07E (or 0xAAD07E) is known color: Feijoa. HEX triplet: AA, D0 and 7E. RGB value is (170,208,126). Sum of RGB (Red+Green+Blue) = 170+208+126=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD07E is #552F81. Grayscale: #BBBBBB. Windows color (decimal): -5582722 or 8310954. OLE color: 8310954.

HSL color Cylindrical-coordinate representation of color #AAD07E: hue angle of 87.8º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAD07E is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 126 -
CMYK 0.18 0 0.39 0.18
HSL 87.8º 0.47% 0.65% -
HSV(B) 87.8º 0.39% 0.82% -
XYZ 42.9 55.16 28.13 -
YUV 187.29 93.41 115.67 -
System Red Green Blue C M Y K H S L
Decimal 170 208 126 0.18 0 0.39 0.18 87.8 0.47 0.65
Hex AA D0 7E 12 0 27 12 58 2F 41
Octal 252 320 176 22 0 47 22 130 57 101
Binary 10101010 11010000 1111110 10010 0 100111 10010 1011000 101111 1000001

Color Harmonies of #AAD07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD07E

Black with #AAD07E

Text Example


Text Example

White with #AAD07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD07E; }

 p { color: rgb(170,208,126); }

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

background-color css

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

 a { background-color: rgb(170,208,126); }

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

border-color css

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

 span { border-color: rgb(170,208,126); }

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