Html Css Color HEX #AAF36C Feijoa

📋 copy color: '#AAF36C'

red 170 ◦ green 243 ◦ blue 108

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

Shades of Feijoa #AAF36C

Tints of Feijoa #AAF36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.73%

R = 32.63%
G = 46.64%
B = 20.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#AAF36C (or 0xAAF36C) is known color: Feijoa. HEX triplet: AA, F3 and 6C. RGB value is (170,243,108). Sum of RGB (Red+Green+Blue) = 170+243+108=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF36C is #550C93. Grayscale: #CECECE. Windows color (decimal): -5573780 or 7140266. OLE color: 7140266.

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

Color convert

RGB 170 243 108 -
CMYK 0.30 0 0.56 0.05
HSL 92.44º 0.85% 0.69% -
HSV(B) 92.44º 0.56% 0.95% -
XYZ 51.33 73.73 25.71 -
YUV 205.78 72.82 102.48 -
System Red Green Blue C M Y K H S L
Decimal 170 243 108 0.30 0 0.56 0.05 92.44 0.85 0.69
Hex AA F3 6C 1E 0 38 5 5C 55 45
Octal 252 363 154 36 0 70 5 134 125 105
Binary 10101010 11110011 1101100 11110 0 111000 101 1011100 1010101 1000101

Color Harmonies of #AAF36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF36C

Black with #AAF36C

Text Example


Text Example

White with #AAF36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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