Html Css Color HEX #AAD27F Feijoa

📋 copy color: '#AAD27F'

red 170 ◦ green 210 ◦ blue 127

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

Shades of Feijoa #AAD27F

Tints of Feijoa #AAD27F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

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

R = 33.53%
G = 41.42%
B = 25.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#AAD27F (or 0xAAD27F) is known color: Feijoa. HEX triplet: AA, D2 and 7F. RGB value is (170,210,127). Sum of RGB (Red+Green+Blue) = 170+210+127=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD27F is #552D80. Grayscale: #BCBCBC. Windows color (decimal): -5582209 or 8377002. OLE color: 8377002.

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

Color convert

RGB 170 210 127 -
CMYK 0.19 0 0.40 0.18
HSL 88.92º 0.48% 0.66% -
HSV(B) 88.92º 0.4% 0.82% -
XYZ 43.45 56.17 28.63 -
YUV 188.58 93.25 114.75 -
System Red Green Blue C M Y K H S L
Decimal 170 210 127 0.19 0 0.40 0.18 88.92 0.48 0.66
Hex AA D2 7F 13 0 28 12 59 30 42
Octal 252 322 177 23 0 50 22 131 60 102
Binary 10101010 11010010 1111111 10011 0 101000 10010 1011001 110000 1000010

Color Harmonies of #AAD27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD27F

Black with #AAD27F

Text Example


Text Example

White with #AAD27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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