Html Css Color HEX #AAFC74 Feijoa

📋 copy color: '#AAFC74'

red 170 ◦ green 252 ◦ blue 116

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

Shades of Feijoa #AAFC74

Tints of Feijoa #AAFC74

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.84%

 BLUE value IS 116 (45.7% from 255) = 21.56%

R = 31.6%
G = 46.84%
B = 21.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#AAFC74 (or 0xAAFC74) is known color: Feijoa. HEX triplet: AA, FC and 74. RGB value is (170,252,116). Sum of RGB (Red+Green+Blue) = 170+252+116=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC74 is #55038B. Grayscale: #D4D4D4. Windows color (decimal): -5571468 or 7666858. OLE color: 7666858.

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

Color convert

RGB 170 252 116 -
CMYK 0.33 0 0.54 0.01
HSL 96.18º 0.96% 0.72% -
HSV(B) 96.18º 0.54% 0.99% -
XYZ 54.54 79.43 28.98 -
YUV 211.98 73.83 98.06 -
System Red Green Blue C M Y K H S L
Decimal 170 252 116 0.33 0 0.54 0.01 96.18 0.96 0.72
Hex AA FC 74 21 0 36 1 60 60 48
Octal 252 374 164 41 0 66 1 140 140 110
Binary 10101010 11111100 1110100 100001 0 110110 1 1100000 1100000 1001000

Color Harmonies of #AAFC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC74

Black with #AAFC74

Text Example


Text Example

White with #AAFC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC74; }

 p { color: rgb(170,252,116); }

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

background-color css

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

 a { background-color: rgb(170,252,116); }

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

border-color css

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

 span { border-color: rgb(170,252,116); }

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