Html Css Color HEX #AAF382 Feijoa

📋 copy color: '#AAF382'

red 170 ◦ green 243 ◦ blue 130

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

Shades of Feijoa #AAF382

Tints of Feijoa #AAF382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.94%

R = 31.31%
G = 44.75%
B = 23.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#AAF382 (or 0xAAF382) is known color: Feijoa. HEX triplet: AA, F3 and 82. RGB value is (170,243,130). Sum of RGB (Red+Green+Blue) = 170+243+130=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF382 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF382 is #550C7D. Grayscale: #D0D0D0. Windows color (decimal): -5573758 or 8582058. OLE color: 8582058.

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

Color convert

RGB 170 243 130 -
CMYK 0.30 0 0.47 0.05
HSL 98.76º 0.82% 0.73% -
HSV(B) 98.76º 0.47% 0.95% -
XYZ 52.66 74.26 32.68 -
YUV 208.29 83.82 100.69 -
System Red Green Blue C M Y K H S L
Decimal 170 243 130 0.30 0 0.47 0.05 98.76 0.82 0.73
Hex AA F3 82 1E 0 2F 5 63 52 49
Octal 252 363 202 36 0 57 5 143 122 111
Binary 10101010 11110011 10000010 11110 0 101111 101 1100011 1010010 1001001

Color Harmonies of #AAF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF382

Black with #AAF382

Text Example


Text Example

White with #AAF382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF382; }

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

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

background-color css

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

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

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

border-color css

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

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

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