Html Css Color HEX #AACD83 Feijoa

📋 copy color: '#AACD83'

red 170 ◦ green 205 ◦ blue 131

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

Shades of Feijoa #AACD83

Tints of Feijoa #AACD83

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.51%

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 33.6%
G = 40.51%
B = 25.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#AACD83 (or 0xAACD83) is known color: Feijoa. HEX triplet: AA, CD and 83. RGB value is (170,205,131). Sum of RGB (Red+Green+Blue) = 170+205+131=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD83 is #55327C. Grayscale: #BABABA. Windows color (decimal): -5583485 or 8637866. OLE color: 8637866.

HSL color Cylindrical-coordinate representation of color #AACD83: hue angle of 88.38º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AACD83 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 131 -
CMYK 0.17 0 0.36 0.20
HSL 88.38º 0.43% 0.66% -
HSV(B) 88.38º 0.36% 0.8% -
XYZ 42.51 53.85 29.63 -
YUV 186.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 170 205 131 0.17 0 0.36 0.20 88.38 0.43 0.66
Hex AA CD 83 11 0 24 14 58 2B 42
Octal 252 315 203 21 0 44 24 130 53 102
Binary 10101010 11001101 10000011 10001 0 100100 10100 1011000 101011 1000010

Color Harmonies of #AACD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD83

Black with #AACD83

Text Example


Text Example

White with #AACD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD83; }

 p { color: rgb(170,205,131); }

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

background-color css

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

 a { background-color: rgb(170,205,131); }

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

border-color css

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

 span { border-color: rgb(170,205,131); }

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