Html Css Color HEX #AAD07F Feijoa

📋 copy color: '#AAD07F'

red 170 ◦ green 208 ◦ blue 127

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

Shades of Feijoa #AAD07F

Tints of Feijoa #AAD07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.15%

R = 33.66%
G = 41.19%
B = 25.15%

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

#AAD07F (or 0xAAD07F) is known color: Feijoa. HEX triplet: AA, D0 and 7F. RGB value is (170,208,127). Sum of RGB (Red+Green+Blue) = 170+208+127=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD07F is #552F80. Grayscale: #BBBBBB. Windows color (decimal): -5582721 or 8376490. OLE color: 8376490.

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

Color convert

RGB 170 208 127 -
CMYK 0.18 0 0.39 0.18
HSL 88.15º 0.46% 0.66% -
HSV(B) 88.15º 0.39% 0.82% -
XYZ 42.96 55.19 28.47 -
YUV 187.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 170 208 127 0.18 0 0.39 0.18 88.15 0.46 0.66
Hex AA D0 7F 12 0 27 12 58 2E 42
Octal 252 320 177 22 0 47 22 130 56 102
Binary 10101010 11010000 1111111 10010 0 100111 10010 1011000 101110 1000010

Color Harmonies of #AAD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD07F

Black with #AAD07F

Text Example


Text Example

White with #AAD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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