Html Css Color HEX #A0F77A Feijoa

📋 copy color: '#A0F77A'

red 160 ◦ green 247 ◦ blue 122

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

Shades of Feijoa #A0F77A

Tints of Feijoa #A0F77A

RGB

 RED value IS 160 (62.89% from 255) = 30.25%

 GREEN value IS 247 (96.88% from 255) = 46.69%

 BLUE value IS 122 (48.05% from 255) = 23.06%

R = 30.25%
G = 46.69%
B = 23.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#A0F77A (or 0xA0F77A) is known color: Feijoa. HEX triplet: A0, F7 and 7A. RGB value is (160,247,122). Sum of RGB (Red+Green+Blue) = 160+247+122=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F77A is #5F0885. Grayscale: #CFCFCF. Windows color (decimal): -6228102 or 8058784. OLE color: 8058784.

HSL color Cylindrical-coordinate representation of color #A0F77A: hue angle of 101.76º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0F77A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 247 122 -
CMYK 0.35 0 0.51 0.03
HSL 101.76º 0.89% 0.72% -
HSV(B) 101.76º 0.51% 0.97% -
XYZ 51.27 75.4 30.26 -
YUV 206.74 80.18 94.66 -
System Red Green Blue C M Y K H S L
Decimal 160 247 122 0.35 0 0.51 0.03 101.76 0.89 0.72
Hex A0 F7 7A 23 0 33 3 66 59 48
Octal 240 367 172 43 0 63 3 146 131 110
Binary 10100000 11110111 1111010 100011 0 110011 11 1100110 1011001 1001000

Color Harmonies of #A0F77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F77A

Black with #A0F77A

Text Example


Text Example

White with #A0F77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F77A; }

 p { color: rgb(160,247,122); }

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

background-color css

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

 a { background-color: rgb(160,247,122); }

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

border-color css

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

 span { border-color: rgb(160,247,122); }

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