Html Css Color HEX #AACF83 Feijoa

📋 copy color: '#AACF83'

red 170 ◦ green 207 ◦ blue 131

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

Shades of Feijoa #AACF83

Tints of Feijoa #AACF83

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.75%

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

R = 33.46%
G = 40.75%
B = 25.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#AACF83 (or 0xAACF83) is known color: Feijoa. HEX triplet: AA, CF and 83. RGB value is (170,207,131). Sum of RGB (Red+Green+Blue) = 170+207+131=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF83 is #55307C. Grayscale: #BBBBBB. Windows color (decimal): -5582973 or 8638378. OLE color: 8638378.

HSL color Cylindrical-coordinate representation of color #AACF83: hue angle of 89.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AACF83 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 131 -
CMYK 0.18 0 0.37 0.19
HSL 89.21º 0.44% 0.66% -
HSV(B) 89.21º 0.37% 0.81% -
XYZ 42.99 54.81 29.79 -
YUV 187.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 170 207 131 0.18 0 0.37 0.19 89.21 0.44 0.66
Hex AA CF 83 12 0 25 13 59 2C 42
Octal 252 317 203 22 0 45 23 131 54 102
Binary 10101010 11001111 10000011 10010 0 100101 10011 1011001 101100 1000010

Color Harmonies of #AACF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF83

Black with #AACF83

Text Example


Text Example

White with #AACF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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