Html Css Color HEX #AAD07A Feijoa

📋 copy color: '#AAD07A'

red 170 ◦ green 208 ◦ blue 122

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

Shades of Feijoa #AAD07A

Tints of Feijoa #AAD07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.4%

R = 34%
G = 41.6%
B = 24.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#AAD07A (or 0xAAD07A) is known color: Feijoa. HEX triplet: AA, D0 and 7A. RGB value is (170,208,122). Sum of RGB (Red+Green+Blue) = 170+208+122=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD07A is #552F85. Grayscale: #BBBBBB. Windows color (decimal): -5582726 or 8048810. OLE color: 8048810.

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

Color convert

RGB 170 208 122 -
CMYK 0.18 0 0.41 0.18
HSL 86.51º 0.48% 0.65% -
HSV(B) 86.51º 0.41% 0.82% -
XYZ 42.65 55.06 26.79 -
YUV 186.83 91.41 115.99 -
System Red Green Blue C M Y K H S L
Decimal 170 208 122 0.18 0 0.41 0.18 86.51 0.48 0.65
Hex AA D0 7A 12 0 29 12 57 30 41
Octal 252 320 172 22 0 51 22 127 60 101
Binary 10101010 11010000 1111010 10010 0 101001 10010 1010111 110000 1000001

Color Harmonies of #AAD07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD07A

Black with #AAD07A

Text Example


Text Example

White with #AAD07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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