Html Css Color HEX #AAD48F Feijoa

📋 copy color: '#AAD48F'

red 170 ◦ green 212 ◦ blue 143

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

Shades of Feijoa #AAD48F

Tints of Feijoa #AAD48F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.38%

 BLUE value IS 143 (56.25% from 255) = 27.24%

R = 32.38%
G = 40.38%
B = 27.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#AAD48F (or 0xAAD48F) is known color: Feijoa. HEX triplet: AA, D4 and 8F. RGB value is (170,212,143). Sum of RGB (Red+Green+Blue) = 170+212+143=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD48F is #552B70. Grayscale: #BFBFBF. Windows color (decimal): -5581681 or 9426090. OLE color: 9426090.

HSL color Cylindrical-coordinate representation of color #AAD48F: hue angle of 96.52º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD48F is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 143 -
CMYK 0.20 0 0.33 0.17
HSL 96.52º 0.45% 0.7% -
HSV(B) 96.52º 0.33% 0.83% -
XYZ 45.08 57.62 34.73 -
YUV 191.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 170 212 143 0.20 0 0.33 0.17 96.52 0.45 0.7
Hex AA D4 8F 14 0 21 11 61 2D 46
Octal 252 324 217 24 0 41 21 141 55 106
Binary 10101010 11010100 10001111 10100 0 100001 10001 1100001 101101 1000110

Color Harmonies of #AAD48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD48F

Black with #AAD48F

Text Example


Text Example

White with #AAD48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD48F; }

 p { color: rgb(170,212,143); }

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

background-color css

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

 a { background-color: rgb(170,212,143); }

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

border-color css

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

 span { border-color: rgb(170,212,143); }

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