Html Css Color HEX #AAF388 Feijoa

📋 copy color: '#AAF388'

red 170 ◦ green 243 ◦ blue 136

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

Shades of Feijoa #AAF388

Tints of Feijoa #AAF388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.77%

R = 30.97%
G = 44.26%
B = 24.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#AAF388 (or 0xAAF388) is known color: Feijoa. HEX triplet: AA, F3 and 88. RGB value is (170,243,136). Sum of RGB (Red+Green+Blue) = 170+243+136=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF388 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF388 is #550C77. Grayscale: #D1D1D1. Windows color (decimal): -5573752 or 8975274. OLE color: 8975274.

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

Color convert

RGB 170 243 136 -
CMYK 0.30 0 0.44 0.05
HSL 100.93º 0.82% 0.74% -
HSV(B) 100.93º 0.44% 0.95% -
XYZ 53.07 74.42 34.86 -
YUV 208.98 86.82 100.2 -
System Red Green Blue C M Y K H S L
Decimal 170 243 136 0.30 0 0.44 0.05 100.93 0.82 0.74
Hex AA F3 88 1E 0 2C 5 65 52 4A
Octal 252 363 210 36 0 54 5 145 122 112
Binary 10101010 11110011 10001000 11110 0 101100 101 1100101 1010010 1001010

Color Harmonies of #AAF388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF388

Black with #AAF388

Text Example


Text Example

White with #AAF388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF388; }

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

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

background-color css

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

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

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

border-color css

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

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

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