Html Css Color HEX #AAD07D Feijoa

📋 copy color: '#AAD07D'

red 170 ◦ green 208 ◦ blue 125

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

Shades of Feijoa #AAD07D

Tints of Feijoa #AAD07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.85%

R = 33.8%
G = 41.35%
B = 24.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#AAD07D (or 0xAAD07D) is known color: Feijoa. HEX triplet: AA, D0 and 7D. RGB value is (170,208,125). Sum of RGB (Red+Green+Blue) = 170+208+125=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD07D is #552F82. Grayscale: #BBBBBB. Windows color (decimal): -5582723 or 8245418. OLE color: 8245418.

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

Color convert

RGB 170 208 125 -
CMYK 0.18 0 0.40 0.18
HSL 87.47º 0.47% 0.65% -
HSV(B) 87.47º 0.4% 0.82% -
XYZ 42.84 55.14 27.79 -
YUV 187.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 170 208 125 0.18 0 0.40 0.18 87.47 0.47 0.65
Hex AA D0 7D 12 0 28 12 57 2F 41
Octal 252 320 175 22 0 50 22 127 57 101
Binary 10101010 11010000 1111101 10010 0 101000 10010 1010111 101111 1000001

Color Harmonies of #AAD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD07D

Black with #AAD07D

Text Example


Text Example

White with #AAD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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