Html Css Color HEX #AACF90 Feijoa

📋 copy color: '#AACF90'

red 170 ◦ green 207 ◦ blue 144

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

Shades of Feijoa #AACF90

Tints of Feijoa #AACF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 32.63%
G = 39.73%
B = 27.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#AACF90 (or 0xAACF90) is known color: Feijoa. HEX triplet: AA, CF and 90. RGB value is (170,207,144). Sum of RGB (Red+Green+Blue) = 170+207+144=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF90 is #55306F. Grayscale: #BCBCBC. Windows color (decimal): -5582960 or 9490346. OLE color: 9490346.

HSL color Cylindrical-coordinate representation of color #AACF90: hue angle of 95.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACF90 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 144 -
CMYK 0.18 0 0.30 0.19
HSL 95.24º 0.4% 0.69% -
HSV(B) 95.24º 0.3% 0.81% -
XYZ 43.92 55.19 34.72 -
YUV 188.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 170 207 144 0.18 0 0.30 0.19 95.24 0.4 0.69
Hex AA CF 90 12 0 1E 13 5F 28 45
Octal 252 317 220 22 0 36 23 137 50 105
Binary 10101010 11001111 10010000 10010 0 11110 10011 1011111 101000 1000101

Color Harmonies of #AACF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF90

Black with #AACF90

Text Example


Text Example

White with #AACF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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