Html Css Color HEX #AAFF75 Feijoa

📋 copy color: '#AAFF75'

red 170 ◦ green 255 ◦ blue 117

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

Shades of Feijoa #AAFF75

Tints of Feijoa #AAFF75

RGB

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

 GREEN value IS 255 (100% from 255) = 47.05%

 BLUE value IS 117 (46.09% from 255) = 21.59%

R = 31.37%
G = 47.05%
B = 21.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#AAFF75 (or 0xAAFF75) is known color: Feijoa. HEX triplet: AA, FF and 75. RGB value is (170,255,117). Sum of RGB (Red+Green+Blue) = 170+255+117=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF75 is #55008A. Grayscale: #D6D6D6. Windows color (decimal): -5570699 or 7733162. OLE color: 7733162.

HSL color Cylindrical-coordinate representation of color #AAFF75: hue angle of 96.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAFF75 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 117 -
CMYK 0.33 0 0.54 0
HSL 96.96º 1% 0.73% -
HSV(B) 96.96º 0.54% 1% -
XYZ 55.55 81.35 29.6 -
YUV 213.85 73.34 96.72 -
System Red Green Blue C M Y K H S L
Decimal 170 255 117 0.33 0 0.54 0 96.96 1 0.73
Hex AA FF 75 21 0 36 0 61 64 49
Octal 252 377 165 41 0 66 0 141 144 111
Binary 10101010 11111111 1110101 100001 0 110110 0 1100001 1100100 1001001

Color Harmonies of #AAFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF75

Black with #AAFF75

Text Example


Text Example

White with #AAFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF75; }

 p { color: rgb(170,255,117); }

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

background-color css

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

 a { background-color: rgb(170,255,117); }

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

border-color css

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

 span { border-color: rgb(170,255,117); }

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