Html Css Color HEX #AAF378 Feijoa

📋 copy color: '#AAF378'

red 170 ◦ green 243 ◦ blue 120

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

Shades of Feijoa #AAF378

Tints of Feijoa #AAF378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.51%

R = 31.89%
G = 45.59%
B = 22.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#AAF378 (or 0xAAF378) is known color: Feijoa. HEX triplet: AA, F3 and 78. RGB value is (170,243,120). Sum of RGB (Red+Green+Blue) = 170+243+120=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF378 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF378 is #550C87. Grayscale: #CFCFCF. Windows color (decimal): -5573768 or 7926698. OLE color: 7926698.

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

Color convert

RGB 170 243 120 -
CMYK 0.30 0 0.51 0.05
HSL 95.61º 0.84% 0.71% -
HSV(B) 95.61º 0.51% 0.95% -
XYZ 52.02 74 29.31 -
YUV 207.15 78.82 101.5 -
System Red Green Blue C M Y K H S L
Decimal 170 243 120 0.30 0 0.51 0.05 95.61 0.84 0.71
Hex AA F3 78 1E 0 33 5 60 54 47
Octal 252 363 170 36 0 63 5 140 124 107
Binary 10101010 11110011 1111000 11110 0 110011 101 1100000 1010100 1000111

Color Harmonies of #AAF378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF378

Black with #AAF378

Text Example


Text Example

White with #AAF378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF378; }

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

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

background-color css

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

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

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

border-color css

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

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

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