Html Css Color HEX #A0F36D Feijoa

📋 copy color: '#A0F36D'

red 160 ◦ green 243 ◦ blue 109

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

Shades of Feijoa #A0F36D

Tints of Feijoa #A0F36D

RGB

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

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

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

R = 31.25%
G = 47.46%
B = 21.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#A0F36D (or 0xA0F36D) is known color: Feijoa. HEX triplet: A0, F3 and 6D. RGB value is (160,243,109). Sum of RGB (Red+Green+Blue) = 160+243+109=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F36D is #5F0C92. Grayscale: #CBCBCB. Windows color (decimal): -6229139 or 7205792. OLE color: 7205792.

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

Color convert

RGB 160 243 109 -
CMYK 0.34 0 0.55 0.05
HSL 97.16º 0.85% 0.69% -
HSV(B) 97.16º 0.55% 0.95% -
XYZ 49.31 72.68 25.9 -
YUV 202.91 75 97.4 -
System Red Green Blue C M Y K H S L
Decimal 160 243 109 0.34 0 0.55 0.05 97.16 0.85 0.69
Hex A0 F3 6D 22 0 37 5 61 55 45
Octal 240 363 155 42 0 67 5 141 125 105
Binary 10100000 11110011 1101101 100010 0 110111 101 1100001 1010101 1000101

Color Harmonies of #A0F36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F36D

Black with #A0F36D

Text Example


Text Example

White with #A0F36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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