Html Css Color HEX #A0FD6C Feijoa

📋 copy color: '#A0FD6C'

red 160 ◦ green 253 ◦ blue 108

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

Shades of Feijoa #A0FD6C

Tints of Feijoa #A0FD6C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.56%

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

R = 30.71%
G = 48.56%
B = 20.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#A0FD6C (or 0xA0FD6C) is known color: Feijoa. HEX triplet: A0, FD and 6C. RGB value is (160,253,108). Sum of RGB (Red+Green+Blue) = 160+253+108=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD6C is #5F0293. Grayscale: #D1D1D1. Windows color (decimal): -6226580 or 7142816. OLE color: 7142816.

HSL color Cylindrical-coordinate representation of color #A0FD6C: hue angle of 98.48º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0FD6C is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 108 -
CMYK 0.37 0 0.57 0.01
HSL 98.48º 0.97% 0.71% -
HSV(B) 98.48º 0.57% 0.99% -
XYZ 52.33 78.81 26.64 -
YUV 208.66 71.19 93.29 -
System Red Green Blue C M Y K H S L
Decimal 160 253 108 0.37 0 0.57 0.01 98.48 0.97 0.71
Hex A0 FD 6C 25 0 39 1 62 61 47
Octal 240 375 154 45 0 71 1 142 141 107
Binary 10100000 11111101 1101100 100101 0 111001 1 1100010 1100001 1000111

Color Harmonies of #A0FD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD6C

Black with #A0FD6C

Text Example


Text Example

White with #A0FD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD6C; }

 p { color: rgb(160,253,108); }

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

background-color css

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

 a { background-color: rgb(160,253,108); }

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

border-color css

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

 span { border-color: rgb(160,253,108); }

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