Html Css Color HEX #AAF384 Feijoa

📋 copy color: '#AAF384'

red 170 ◦ green 243 ◦ blue 132

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

Shades of Feijoa #AAF384

Tints of Feijoa #AAF384

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.59%

 BLUE value IS 132 (51.95% from 255) = 24.22%

R = 31.19%
G = 44.59%
B = 24.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#AAF384 (or 0xAAF384) is known color: Feijoa. HEX triplet: AA, F3 and 84. RGB value is (170,243,132). Sum of RGB (Red+Green+Blue) = 170+243+132=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF384 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF384 is #550C7B. Grayscale: #D0D0D0. Windows color (decimal): -5573756 or 8713130. OLE color: 8713130.

HSL color Cylindrical-coordinate representation of color #AAF384: hue angle of 99.46º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF384 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 132 -
CMYK 0.30 0 0.46 0.05
HSL 99.46º 0.82% 0.74% -
HSV(B) 99.46º 0.46% 0.95% -
XYZ 52.79 74.31 33.39 -
YUV 208.52 84.82 100.53 -
System Red Green Blue C M Y K H S L
Decimal 170 243 132 0.30 0 0.46 0.05 99.46 0.82 0.74
Hex AA F3 84 1E 0 2E 5 63 52 4A
Octal 252 363 204 36 0 56 5 143 122 112
Binary 10101010 11110011 10000100 11110 0 101110 101 1100011 1010010 1001010

Color Harmonies of #AAF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF384

Black with #AAF384

Text Example


Text Example

White with #AAF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF384; }

 p { color: rgb(170,243,132); }

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

background-color css

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

 a { background-color: rgb(170,243,132); }

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

border-color css

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

 span { border-color: rgb(170,243,132); }

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