Html Css Color HEX #AAFE7B Feijoa

📋 copy color: '#AAFE7B'

red 170 ◦ green 254 ◦ blue 123

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

Shades of Feijoa #AAFE7B

Tints of Feijoa #AAFE7B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.44%

 BLUE value IS 123 (48.44% from 255) = 22.49%

R = 31.08%
G = 46.44%
B = 22.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#AAFE7B (or 0xAAFE7B) is known color: Feijoa. HEX triplet: AA, FE and 7B. RGB value is (170,254,123). Sum of RGB (Red+Green+Blue) = 170+254+123=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE7B is #550184. Grayscale: #D6D6D6. Windows color (decimal): -5570949 or 8126122. OLE color: 8126122.

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

Color convert

RGB 170 254 123 -
CMYK 0.33 0 0.52 0.00
HSL 98.47º 0.98% 0.74% -
HSV(B) 98.47º 0.52% 1% -
XYZ 55.59 80.86 31.42 -
YUV 213.95 76.67 96.65 -
System Red Green Blue C M Y K H S L
Decimal 170 254 123 0.33 0 0.52 0.00 98.47 0.98 0.74
Hex AA FE 7B 21 0 34 0 62 62 4A
Octal 252 376 173 41 0 64 0 142 142 112
Binary 10101010 11111110 1111011 100001 0 110100 0 1100010 1100010 1001010

Color Harmonies of #AAFE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE7B

Black with #AAFE7B

Text Example


Text Example

White with #AAFE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE7B; }

 p { color: rgb(170,254,123); }

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

background-color css

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

 a { background-color: rgb(170,254,123); }

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

border-color css

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

 span { border-color: rgb(170,254,123); }

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