Html Css Color HEX #A0F46D Feijoa

📋 copy color: '#A0F46D'

red 160 ◦ green 244 ◦ blue 109

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

Shades of Feijoa #A0F46D

Tints of Feijoa #A0F46D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.56%

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 31.19%
G = 47.56%
B = 21.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#A0F46D (or 0xA0F46D) is known color: Feijoa. HEX triplet: A0, F4 and 6D. RGB value is (160,244,109). Sum of RGB (Red+Green+Blue) = 160+244+109=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F46D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F46D is #5F0B92. Grayscale: #CBCBCB. Windows color (decimal): -6228883 or 7206048. OLE color: 7206048.

HSL color Cylindrical-coordinate representation of color #A0F46D: hue angle of 97.33º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0F46D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 109 -
CMYK 0.34 0 0.55 0.04
HSL 97.33º 0.86% 0.69% -
HSV(B) 97.33º 0.55% 0.96% -
XYZ 49.61 73.28 26 -
YUV 203.49 74.67 96.98 -
System Red Green Blue C M Y K H S L
Decimal 160 244 109 0.34 0 0.55 0.04 97.33 0.86 0.69
Hex A0 F4 6D 22 0 37 4 61 56 45
Octal 240 364 155 42 0 67 4 141 126 105
Binary 10100000 11110100 1101101 100010 0 110111 100 1100001 1010110 1000101

Color Harmonies of #A0F46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F46D

Black with #A0F46D

Text Example


Text Example

White with #A0F46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F46D; }

 p { color: rgb(160,244,109); }

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

background-color css

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

 a { background-color: rgb(160,244,109); }

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

border-color css

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

 span { border-color: rgb(160,244,109); }

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